AI news digest: Summarize top stories with GPT-4o and DALL-E for Telegram
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Title: Create daily AI news digest and send to Telegram
Description:
Stay ahead of the rapidly evolving artificial intelligence landscape without the information overload. This workflow acts as your personal AI news editor, automatically curating, summarizing, and visualizing the top stories of the day, delivered directly to your Telegram.
It goes beyond simple RSS aggregation by using an AI Agent to rewrite headlines and summaries into a digestible format and includes a "Chat Mode" where you can ask follow-up questions about the news directly within the n8n interface.
Who is it for
- AI Enthusiasts & Researchers: Keep up with the latest papers and releases without manually checking multiple sites.
- Tech Professionals: Get a morning briefing on industry trends to start your day informed.
- Content Creators: Find trending topics for newsletters or social media posts effortlessly.
How it works
- News Aggregation: Every morning at 8:00 AM, the workflow fetches RSS feeds from top tech sources (Google News AI, The Verge, and TechCrunch).
- Smart Filtering: A Code node aggregates the articles, removes duplicates, and ranks them by recency to select the top 5 stories.
- AI Summarization: An AI Agent (powered by OpenAI) analyzes the selected stories and writes a concise, engaging summary for each.
- Visual Generation: DALL-E generates a unique, futuristic header image based on the day's news context.
- Delivery: The digest is formatted with Markdown and emojis, then sent to your specified Telegram chat.
- Interactive Chat: A separate branch allows you to chat with an AI Agent via the n8n Chat interface to discuss the news or ask general AI questions.
How to set up
- Configure Credentials:
- Set up your OpenAI API credential.
- Set up your Telegram API credential.
- Get Telegram Chat ID:
- Create a bot with
@BotFatheron Telegram. - Send a message to your bot.
- Use
@userinfobotto find your numeric Chat ID.
- Create a bot with
- Update Workflow Settings:
- Open the
Workflow Configurationnode. - Paste your Chat ID into the
telegramChatIdvalue field.
- Open the
- Activate: Toggle the workflow to "Active" to enable the daily schedule.
Requirements
- n8n Version: Must support LangChain nodes.
- OpenAI Account: API Key with access to GPT-4o-mini (or preferred model) and DALL-E 3.
- Telegram Account: To create a bot and receive messages.
How to customize
- Change News Sources: Edit the RSS URLs in the
Workflow Configurationnode to track different topics (e.g., Crypto, Finance, Sports). - Adjust Personality: Modify the system prompt in the
AI News Summarizer Agentnode to change the tone of the summaries (e.g., "explain it like I'm 5" or "highly technical"). - Change Schedule: Update the
Daily 8 AM Triggernode to your preferred time zone and frequency.