Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fayasnoushad/weather-bot
Weather information finder bot
https://github.com/fayasnoushad/weather-bot
telegram-bot weather weather-bot
Last synced: 3 days ago
JSON representation
Weather information finder bot
- Host: GitHub
- URL: https://github.com/fayasnoushad/weather-bot
- Owner: FayasNoushad
- License: mit
- Created: 2024-01-24T09:44:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:05:49.000Z (7 months ago)
- Last Synced: 2024-05-01T17:27:56.989Z (6 months ago)
- Topics: telegram-bot, weather, weather-bot
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Bot
A weather information finding telegram bot---
## Deploy
```sh
git clone https://github.com/FayasNoushad/Weather-Bot.git
cd Weather-Bot
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
#
python3 main.py
```---
## Variables
- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather
- `API_KEY` API Key from [WeatherAPI.com](https://www.weatherapi.com/my/)---
## Credits
- [Weather API](https://www.weatherapi.com/my/)
- [Contributors](https://github.com/FayasNoushad/Weather-Bot/graphs/contributors)
- [Pyrogram](https://github.com/pyrogram/pyrogram)---