AI Developer Tools
Telegram AI Secretary
Self-hosted AI notification filter for Telegram that uses LLMs to prioritize messages and send only important alerts via ntfy.
Telegram AI Secretary
What is Telegram AI Secretary?
Telegram AI Secretary is a self-hosted AI notification filter for Telegram that listens to incoming messages, filters noisy chats, and sends only important alerts via ntfy.
Telegram AI Secretary vs Similar AI Tools
| Pricing Model | Free | Free, Freemium | Free, Custom Pricing | Free |
| Free Credits | ||||
| Key Features |
|
|
|
|
| Pros |
|
|
|
|
| Cons |
|
|
|
|
| Best For |
|
|
|
|
How to use Telegram AI Secretary?
- 1Clone the repository and set up a Python virtual environment.
- 2Install dependencies with pip.
- 3Configure .env with Telegram API credentials and ntfy topic.
- 4Run the listener interactively to create a Telethon session.
- 5Run the notification agent to filter and send alerts.
- 6Manage fast rules and DND state via CLI.
Telegram AI Secretary Key Features
- Listens to Telegram messages and call events from a user account
- Drops noisy group messages unless they mention you
- Sends calls and matching fast rules directly to ntfy
- Sends private human messages to Claude with recent conversation context
- Keeps up to 20 messages from the current private conversation segment
- Supports temporary fast rules and do-not-disturb state from the CLI
Telegram AI Secretary Use Cases
- Keep Telegram muted while still receiving urgent DMs
- Get notified when someone asks 'are you home?' or 'can we meet today?'
- Let calls and same-day coordination bypass do-not-disturb
- Ignore group chatter unless you are mentioned
- Send critical ntfy alerts when someone is waiting outside
Telegram AI Secretary Pricing & Free Credits
Telegram AI Secretary currently operates on a Free model.
This tool is completely free to use
Telegram AI Secretary Pros & Cons
Pros
- Reduces notification noise using AI context
- Self-hosted for privacy and control
- Supports fast rules to avoid unnecessary LLM calls
- Open-source and customizable
Cons
- Requires technical setup and Python environment
- Only works with Telegram
- Depends on external LLM (Claude) and ntfy service
What is Telegram AI Secretary best for?
- Individuals overwhelmed by Telegram notifications
- Users who want a self-hosted AI-powered notification filter
- Developers comfortable with CLI and Python