Minimal project template for building Telegram bots using python-telegram-bot.
Create environment:
conda env create -f env/environment.yml
Activate:
conda activate bot
Create local env variables:
cp .env.example .env
Edit .env and add your Telegram token.
Run bot:
bash scripts/run.sh