- Install Ngrok and run it
- Create Telegram bot via @BotFather and get API-key (or use existing bot)
- Copy
.env.exampleto.env - Change
TG_API_URLwith your bot API-key - Change
BOT_WEBHOOKwith ngrok tunnel-url - Change
SECRET_KEYfor Django. - Install all dependencies:
pip install -r requirements.txt
python manage.py runserver