Telegram Bot Platform integration for bot commands processing. We use it for our internal @piterpy-meetup needs, basically, to manage things via Telegram.
We use poetry
to manage dependencies, so it's the fastest way to install them:
poetry install
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
We currently use awesome kintohub to run the app in a Docker container as a serverless web app.
Please, carefully read docstrings in all modules, they usually contain useful info and hints.
Give us a ⭐️ if you like this project!
This README was generated with ❤️ by readme-md-generator