👋
Welcome to ppm-telegram-bot
Telegram Bot Platform integration for bot commands processing. We use it for our internal @piterpy-meetup needs, basically, to manage things via Telegram.
Install
We use poetry
to manage dependencies, so it's the fastest way to install them:
poetry install
Usage
In general, ppm-telegram-bot is just a FastAPI web app with aiogram to interact with Telegram.
To run it you can use any ASGI server like uvicorn, gunicorn with uvicorn workers or daphne, e.g.:
uvicorn ppm_telegram_bit.api:app
Deployment
We currently use awesome kintohub to run the app in a Docker container as a serverless web app.
Development
Please, carefully read docstrings in all modules, they usually contain useful info and hints.
Show your support
Give us a
This README was generated with