/weather-bot

Primary LanguagePythonOtherNOASSERTION

TODO

Prerequirments

Install python3 virtual env

python3 -m venv venv

Actiavate python3 virtual env Unix like:

source venv/bin/activate   

Windows like:

venv\Scripts\activate.bat

Install all packages:

pip3 install -r requirements.txt

Running

First of all u need token from @BotFather, then put it in .env file with key BOT_TOKEN, then run the following command:

make 

If make isn't installed on you machine just do:

python3 main.py