Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 294 Bytes

File metadata and controls

11 lines (9 loc) · 294 Bytes

Aiogram FastAPI template with webhooks to deploy to Render

Start command:

gunicorn -k uvicorn.workers.UvicornWorker main:app --timeout 15

Set telegram webhook:

https://api.telegram.org/bot<TOKEN>/setWebhook?url=https://<YOUR_RENDER_WEB_SERVICE_NAME>.onrender.com/bot/<TOKEN>