codemurt / aiogram-fastapi-webhook-render-template

This is Aiogram FastAPI template with webhooks to deploy on Render. Telegram bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

This is Aiogram FastAPI template with webhooks to deploy on Render. Telegram bots

License:MIT License


Languages

Language:Python 100.0%