scrum-estimate

scrumestimateflow

Step 1

Crate a telegrambot using @botfather https://t.me/botfather

You may refer to this guide: https://core.telegram.org/bots#6-botfather

Step 2

Add command to the BOT: Commands: /start /join /scrum /bemaster /whomaster /estimate

Step 3

Create credentials.py in root directory.

credentials.py :

bot_token = '<<YOUR TELEGRAM BOT TOKEN HERE>>'

Step 4

Deploy the BOT by running main.py