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>
This is Aiogram FastAPI template with webhooks to deploy on Render. Telegram bots
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>
This is Aiogram FastAPI template with webhooks to deploy on Render. Telegram bots
MIT License