Skip to content

danielm/telegram-bot-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)