Simple Bot application (Web-based) using Python, Flask and python-telegram-bot
- create
.env
file and tweak it (example from.env.default
)
- app/mastermind.py: Code the bot's "brain" here.
- $ docker-compose build && docker-compose up
- After config and running the project: https://path-to-my-secure-host/setwebhook
- Username:
baditguy
- Password:
unsecurepassword
- this boilerplate Requires lots of cleanup (mainly on requirements)