Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 712 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 712 Bytes

weather_bot

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.

Tech Stack

python 3.9
aiogram

Run Locally

Clone the project

  git clone https://git@github.com: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

Authors