A afternoon-project born out of boredom. Yet, fully functional and deployable.
The code isn't totally bullet-proof, though.
Simply run the following command in a virtual environment:
pip install -r requirements.txt- Your Telegram bot's access token should be set as
BOT-TOKENenvironment variable.
Put it in a .env file for local development:
BOT_TOKEN=<your-token-here>