Template for Telegram Bottemplate to create a telegram bot in python.How to RunSet your telegram token as environment variable TELEGRAM_BOT_TMP_TOKEN:export TELEGRAM_BOT_TMP_TOKEN=<your_telegram_bot_token> Add src to PYTHONPATHexport PYTHONPATH=${PWD} Run:python src/run.py