This workflow automates the process of turning trending Reddit questions into blog content. It starts with a manual trigger to initiate the flow, then fetches recent posts from a specific subreddit (‘n8n’) using the Reddit node. It filters these posts through a custom JavaScript code node that identifies questions based on their titles—specifically, titles ending with question marks or starting with common question words. Selected questions are then appended to a Google Sheet for record-keeping. Further, the workflow leverages AI via OpenAI’s GPT model to rephrase the questions to enhance clarity and generate structured blog content, including an introduction, step-by-step guide, and conclusion. These content elements are also stored in Google Sheets, enabling easy editing and management. The process involves several memory nodes to maintain context across multiple AI interactions, ensuring coherent and comprehensive blog outlines. This setup is ideal for content creators seeking to automate the aggregation and enhancement of popular questions into publish-ready blog posts, saving time and boosting content productivity.
Automated Blog Creation from Reddit Questions
Node Count | >20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, code, googleSheets, manualTrigger, reddit, set, splitInBatches, stickyNote |
Reviews
There are no reviews yet.