Rewrite and repost RSS articles to Telegram automatically

Checks your RSS feeds for new articles, rewrites them with AI, and posts them to your Telegram automatically.

How the work actually flows

It branches. Exactly one path is taken; runs once per one per rss feed.

Pattern: Exclusive Choice (4) · Multiple Instances without Synchronization (12)

flowchart TD trig(["scheduled feed check"]):::trigtime s0[["Check RSS feeds"]]:::mi s1["Pull newest article"]:::task s2["Check if already posted"]:::task s3["Rewrite article with AI"]:::task s4["Post to Telegram"]:::svc trig --> s0 s0 --> s1 s1 --> s2 s3 --> s4 gx{"× was article already posted"}:::gate s2 --> gx p00["Skip article"]:::task gx -->|"Already posted"| p00 p10["Continue to rewrite"]:::task gx -->|"New article"| p10 p00 --> s3 p10 --> s3 out[/"Telegram post for each new article"/]:::out pay{{"active channel without daily searching"}}:::pay s4 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceRuns once per itemOne path onlyResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsMessaging & NotificationsResearch & Market Intelligence
Connects
GroqTelegram

The problem it solves

Keeping a Telegram channel active means constantly finding and sharing fresh content, which is easy to fall behind on. Copying and reformatting articles by hand is repetitive busywork. You want your channel to stay active without checking a dozen news sources every day.

Who it fits

A creator, newsletter writer, or small media account that curates news through Telegram.

How it works

  1. The system checks your list of RSS feeds on a schedule
  2. It picks up the newest article from each feed
  3. It skips anything already posted before
  4. AI rewrites the article into a clean, readable summary
  5. The final post is sent to your Telegram account or channel
What you get

Articles rewritten and posted per feed

New articles from your RSS feeds get rewritten into clean summaries and posted to your Telegram automatically.

What you get

A polished, ready-to-read Telegram post for each new article, with duplicates filtered out.

What you need

A Groq API key and a Telegram bot account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook