Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 513 Bytes

Chat-Wars-Ratings-Bot

Display full Chat Wars Rating Website running on http://chatwarsrating.cf/

Website repository

https://github.com/MikalaiSivokha/ChatWarsRatingBotWebApp

How to install:

  1. Obtain telegram bot API token from BotFather
  2. Create secret.py file with token
  3. Run pip3 install -r requirements.txt
  4. Install and run mongoDB
  5. Run bot via python3 bot.py

Unit tests:

Unit tests are located in the /tests directory, to run tests

$ python3 -m unittest <path to file with tests>