- Create a bot with @BotFather
- Clone the repo
- Go to the repo's root
- Run
sudo pip3 install -r requirements.txt
- Then run
cp configEXAMPLE.py config.py
- Then edit the api keys and details in the copied
config.py
- Fire up the bot with
python3 main.py
- Stop the bot with
Ctrl+C