Display full Chat Wars Rating Website running on http://chatwarsrating.cf/
https://github.com/MikalaiSivokha/ChatWarsRatingBotWebApp
- Obtain telegram bot API token from BotFather
- Create secret.py file with token
- Run pip3 install -r requirements.txt
- Install and run mongoDB
- Run bot via python3 bot.py
Unit tests are located in the /tests directory, to run tests
$ python3 -m unittest <path to file with tests>