n8nflow.net logo

Daily Cybersecurity News Summarizer with Grok AI for Telegram

by Sheikh Masem Mandalβ€’Updated: Last update 4 days agoβ€’Source: n8n.io
Loading workflow viewer...

Getting Started

<h1>πŸš€ Cybersecurity News Automation Workflow</h1> <p> This <strong>n8n automation workflow</strong> fetches daily cybersecurity news, cleans it, summarizes with AI, and posts it automatically to a Telegram channel. </p> <h2>πŸ”Ž Workflow Steps</h2> <div> <h3>1\. Triggering the Workflow</h3> <ul> <li><strong>9 AM - Schedule Trigger</strong>: Starts the workflow every day at 9 AM.</li> </ul> </div> <div> <h3>2\. Fetching Cybersecurity News</h3> <ul> <li><strong>Bleeping Computer Security Bulletin</strong>: Pulls the latest news from the RSS feed.</li> </ul> </div> <div> <h3>3\. Processing Articles</h3> <ul> <li><strong>HTTP Request β†’ Filter Body β†’ Extract Images</strong>: Retrieves the full article, cleans the HTML, and pulls image links.</li> <li><strong>AI Agent (OpenRouter Grok)</strong>: Summarizes the article snippet into <em>2 short sentences</em>.</li> <li><strong>Memory Buffer</strong>: Maintains short-term context across articles.</li> </ul> </div> <div> <h3>4\. Merging Data</h3> <ul> <li><strong>Merge Node</strong>: Combines images, cleaned text, and AI-generated summaries.</li> </ul> </div> <div> <h3>5\. Filtering Sponsored Content</h3> <ul> <li><strong>Sponsored Removal</strong>: Excludes articles with β€œSponsored” in the creator field.</li> </ul> </div> <div> <h3>6\. Posting to Telegram</h3> <ul> <li><strong>Loop Over Items + Send Photo Message</strong>: Publishes sponsor-free, summarized articles to <code>@DailySecurityNewss</code> telegram Channel.</li> <li>Each post includes: title, author, date, AI summary, categories, image (if available), and the β€œRead more” link.</li> <li><strong>Wait 1 min</strong>: Adds a short delay to avoid spamming Telegram.</li> </ul> </div> <h2>🎯 Outcome</h2> <div> <p> βœ… Daily feed of cybersecurity news <br> βœ… Clean, AI-simplified summaries <br> βœ… Images & links preserved <br> βœ… Sponsored posts filtered <br> βœ… Auto-posted to Telegram at 9 AM </p> </div>