telegras¶
telegras is a Telegram ingestion and automation service built on FastAPI.
It supports webhook-driven workflows, configurable handler attachments, and pluggable publication backends.
What you can do¶
- Receive Telegram webhook updates.
- Match updates with composable criteria.
- Dispatch actions to built-in or custom handlers.
- Inspect runtime state and execution history via protected introspection APIs.
Documentation map¶
- Start with Getting Started.
- Learn matcher/handler behavior in Webhook Attachments.
- Maintain extraction tooling via Telegram API Extraction.
- See API Reference for package and module docs.