The bot sends the weather for the current time and the weather forecast for 5 days in the requested city. In addition, it sends the weather in this city in a random year.
python 3.9
aiogram
Clone the project
git clone https://git@github.com:Nurbek878/weather_bot.gitGo to the project directory
cd weather_botInstall and activate the virtual environment
python3 -m venv venv source venv/bin/activateInstall dependencies from the file requirements.txt
pip install -r requirements.txtLaunch the weather_telegram_bot python module