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://[email protected]:Nurbek878/weather_bot.git
Go to the project directory
cd weather_bot
Install and activate the virtual environment
python3 -m venv venv
source venv/bin/activate
Install dependencies from the file requirements.txt
pip install -r requirements.txt
Launch the weather_telegram_bot python module