Simple weather bot, enter a city, get the weather from open weather api
- Clone & Install
git clone https://github.com/BlackFargo/rankupggbot.git
pip install pyTelegramBotAPI python-dotenv
- Create a
.env.localfile with your API keys:
TELEGRAM_TOKEN=your_bot_api_key
WEATHER_API_KEY=your_open_weather_api_key
- Run
py main.py
- Start chatting with your bot on Telegram!
