All the details of a participant is in the utils/__init__.py
file.
Gets the ranklist for the particular contest.
- 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
Use 1-click heroku deploy