CFRankListBot
A bot that displays the top ranks for a Codeforces contest.
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.
Todo
- Add the field gender to the data.
Development
- Search for @botfather in Telegram.
- Start your conversation by pressing the Start button.
- Create the bot by running /newbot command
- Enter the Display Name (use any name that is available) and User Name for the bot.
- BotFather will send you a message with the token.
- Make a
.env
filecp .env_sample .env
. - Fill the token in the
.env
. - Run the following commands:
pip install -r requirements.txt # to install dependencies
python3 bot.py