Automate Breaking News Headlines with LLaMA3 and Google Search for X Posting - n8n Workflow | Neura Market
Automate Breaking News Headlines with LLaMA3 and Google Search for X Posting
This n8n workflow automates the discovery, summarization, and posting of breaking news headlines on X (formerly Twitter). It leverages Google Custom Search to find the latest articles and Groq's LLaMA3 model to generate concise, engaging headlines with hashtags, which are then posted to your X account.
The workflow begins with a scheduled trigger that runs every five hours. It allows customization of the news topic, which is used to build a Google search query. The Google Custom Search API retrieves the latest news articles, and a JavaScript function formats the data into a prompt for Groq's LLaMA3 model. The AI generates a tweet-length headline with hashtags, which is automatically posted to X using the Twitter API. This setup supports credential management for API keys and tokens, ensuring s
Platform
n8n
Category
Social Media
Price
Free
Creator
Connor Walsh
set
code
twitter
httpRequest
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.