Template for quick deployment using python-telegram-bot library.
The examples from the library are included in the examples
folder. You can run them directly from the root of the repository:
bot.py
is the main file to run the bot.- Separating the main logic would be a good idea.