/SC2Helperbot

SC2 Helper Bot is a project to help handling competitive data from StarCraft 2 using Telegram Bot API.

Primary LanguagePythonMIT LicenseMIT

SC2Helperbot

SC2 Helper Bot is a project to help handling competitive data from StarCraft 2 using Telegram Bot API.

Setup

The main configuration file is config.py, but it is not included by default. Simply make a copy of config.py.example and rename it to config.py. See config.py.example for more information about configurations.

Running your own instance

python main.py

Inspect the functionalities in a (hopefully) live instance

Check @SC2Helperbot in Telegram.

Contributing

Just make a PR. We want to add this in the future:

  • Plot the time evolution of the MMR for each user ladder
  • Add some filter buttons to the ranking (Server, league, race, no duplicate users, etc)