<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>