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