Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 672 Bytes

Telegram Bot Boilerplate

Simple Bot application (Web-based) using Python, Flask and python-telegram-bot

Stuff to know:

  • create .env file and tweak it (example from .env.default)

Programming commands

  • app/mastermind.py: Code the bot's "brain" here.

Installing

  • $ docker-compose build && docker-compose up

Setting up Webhook

Default username/password for public URLS

  • Username: baditguy
  • Password: unsecurepassword

TODO

  • this boilerplate Requires lots of cleanup (mainly on requirements)