- Install Ngrok and run it
- Create Telegram bot via @BotFather and get API-key (or use existing bot)
- Copy
.env.example
to.env
- Change
TG_API_URL
with your bot API-key - Change
BOT_WEBHOOK
with ngrok tunnel-url - Change
SECRET_KEY
for Django. - Install all dependencies:
pip install -r requirements.txt
python manage.py runserver