Smart alerts from a news feed — only what matters, in devino

The scenario reads the feed, opens each article, digests it and sends to your chat only the stories that match your conditions.

  • The same story never arrives twice
  • The full article is opened, not just the headline
  • Irrelevant items are filtered out before sending
  • Your chat gets a short digest, not a 'read it yourself' link
RSS Feed

How it works

To get devino notifications in Telegram, you don't need a developer: a ready-made scenario watches events and sends messages for you.

  1. Starts when: RSS Feed
  2. Then: normalize & hash
  3. Then: parse HTML
  4. Check: New?
  5. If yes: fetch article
  6. Then: Prepare LLM Input
  7. Then: analyze with LLM
  8. Then: parse LLM JSON
  9. Check: Relevant?
  10. If yes: send to Slack
  11. Then: DeepSeek Chat Model

You can launch this devino + Telegram integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.