Crate a telegrambot using @botfather https://t.me/botfather
You may refer to this guide: https://core.telegram.org/bots#6-botfather
Add command to the BOT: Commands: /start /join /scrum /bemaster /whomaster /estimate
Create credentials.py
in root directory.
credentials.py
:
bot_token = '<<YOUR TELEGRAM BOT TOKEN HERE>>'
Deploy the BOT by running main.py