Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.14 KB

README.md

File metadata and controls

63 lines (46 loc) · 2.14 KB

Contributors Stargazers Issues Forks

Logo

CFRankListBot

Report Bug · Request Feature

Participants' Details

All the details of a participant is in the utils/__init__.py file.

Commands

/getrank <contest-id>

Gets the ranklist for the particular contest.

Demo

demo

Development

  1. Search for @botfather in Telegram.
  2. Start your conversation by pressing the Start button.
  3. Create the bot by running /newbot command
  4. Enter the Display Name (use any name that is available) and User Name for the bot.
  5. BotFather will send you a message with the token.
  6. Make a .env file cp .env_sample .env.
  7. Fill the token in the .env.
  8. Run the following commands:
pip install -r requirements.txt # to install dependencies
python3 bot.py

Deplopy

Use 1-click heroku deploy

Deploy