Slide 5
Slide 5 text
STEP ONE
SET UP TELEGRAM, PYTHON & FLASK
• Set up your new bot on the Telegram platform
• Create a new account, contact a user called “BotFather”
• /newbot and name your bot and bot-user
• Collect your token from BotFather, you’ll need this later
• Build your Bot “engine”
• Setup your Python env
• Do your pip’s: install flask, python-telegram-bot, requests, gunicorn