telegram-bot-boilerplate

Telegram Bot Boilerplate

Stars
4

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)