Intelligent agent for automating the news feed (on b
An AI agent has been developed on the n8n platform for automated collection, processing, and publication of news. Suitable for Telegram channels, editorial offices, and content teams that need to quickly and efficiently process news materials with minimal human involvement.
Workflow logic
Agent launch
Activation occurs on a schedule or manually via Telegram bot (n8n Webhook).
News collection
The agent automatically parses specified sites (via RSS or custom queries).
The 50 most recent news items are recorded in Google Sheets.
News processing
The most recent news is selected.
If necessary, the news is automatically translated.
A brief description is generated and a link is attached.
A message with "Publish" / "Skip" buttons is sent via Telegram bot.
Operator decision
If "Skip" is chosen — the status is updated in Google Docs, and it moves to the next.
If "Publish" is chosen:
The text is sent to AI for paraphrasing up to 4000 characters.
A second AI agent formats the text.
An article is created on the Telegra.ph platform.
A post with a brief description and a link to the full article is published in Telegram.
Cycle completion
After processing each news item, the status is updated in Google Docs.
After all available news are processed, the agent sends a notification about cycle completion.
Technologies and tools
n8n — visual logic building
Google Sheets / Google Docs API
Telegram Bot API
OpenAI or similar LLM — text generation, paraphrasing, translation
Telegra.ph API — publishing long articles
HTTP requests, parsing, data processing
Additional capabilities
Ready:
to adapt the current agent for other scenarios or business needs,
to enhance existing functionality,
to connect new sources, translations, formats, or publication channels,
to implement a new agent from scratch for any tasks (based on n8n or alternative solutions).
Advantages
Full automation of routine processes
Support for multilingual sources
Flexible logic with manual moderation via Telegram
Extensible architecture
Use of AI to improve speed and quality of publications
Workflow logic
Agent launch
Activation occurs on a schedule or manually via Telegram bot (n8n Webhook).
News collection
The agent automatically parses specified sites (via RSS or custom queries).
The 50 most recent news items are recorded in Google Sheets.
News processing
The most recent news is selected.
If necessary, the news is automatically translated.
A brief description is generated and a link is attached.
A message with "Publish" / "Skip" buttons is sent via Telegram bot.
Operator decision
If "Skip" is chosen — the status is updated in Google Docs, and it moves to the next.
If "Publish" is chosen:
The text is sent to AI for paraphrasing up to 4000 characters.
A second AI agent formats the text.
An article is created on the Telegra.ph platform.
A post with a brief description and a link to the full article is published in Telegram.
Cycle completion
After processing each news item, the status is updated in Google Docs.
After all available news are processed, the agent sends a notification about cycle completion.
Technologies and tools
n8n — visual logic building
Google Sheets / Google Docs API
Telegram Bot API
OpenAI or similar LLM — text generation, paraphrasing, translation
Telegra.ph API — publishing long articles
HTTP requests, parsing, data processing
Additional capabilities
Ready:
to adapt the current agent for other scenarios or business needs,
to enhance existing functionality,
to connect new sources, translations, formats, or publication channels,
to implement a new agent from scratch for any tasks (based on n8n or alternative solutions).
Advantages
Full automation of routine processes
Support for multilingual sources
Flexible logic with manual moderation via Telegram
Extensible architecture
Use of AI to improve speed and quality of publications