Reddit Post Analysis and Summarization for n8n
detail.loadingPreview
Fetches Reddit posts related to n8n, filters them, and uses OpenAI to classify and summarize relevant content.
About This Workflow
This workflow automates the process of monitoring Reddit for discussions about n8n. It starts by searching for posts containing the keyword 'n8n'. Each post is then filtered based on criteria like upvotes, existence of text content, and recency. For posts that pass these filters, an OpenAI node classifies whether the post is indeed about n8n. If classified as relevant, another OpenAI node generates a concise summary of the post's content. Finally, structured metadata including upvotes, subreddit, date, and the generated summary is compiled.
Key Features
- Reddit Search: Fetches posts from Reddit based on a keyword.
- Post Filtering: Applies conditions on upvotes, text presence, and creation date.
- OpenAI Classification: Determines if a post is relevant to n8n using AI.
- OpenAI Summarization: Generates a short summary for relevant posts.
- Metadata Generation: Creates structured output with key post details and summaries.
How To Use
- Trigger: Execute the workflow by clicking the "Execute Workflow" button.
- Reddit Search: The
Redditnode will search for posts related to 'n8n'. - Filtering: The
IFnode filters posts based on upvotes (>= 5), if they have text content, and if they were posted within the last 7 days. - Classification: The
OpenAI Classifynode uses OpenAI to determine if the post is about n8n.io. - Summarization (Conditional): If the
IF1node determines the post is not about n8n (based onOpenAI Classifyoutput), theOpenAI Summary Backupnode generates a summary. - Merging: The
MergeandMerge1nodes combine data from different branches of the workflow. - Final Output: The
SetFinalnode structures the output data, including the generated summary.
Apps Used
Workflow JSON
{
"id": "3735ddbe-f8da-441e-a82d-7ec54c4217bc",
"name": "Reddit Post Analysis and Summarization for n8n",
"nodes": 18,
"category": "Data Extraction",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 3735ddbe-f8da...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Google Slides Metadata Extractor
Extract structured metadata from Google Slides, including slide content and thumbnails.
Web Page to Markdown & Links
Scrapes web pages, converts HTML to Markdown, and extracts links using Firecrawl.dev API.
HubSpot CRM Contact Data Extractor with Pagination
Fetches contact data from HubSpot CRM, handling pagination to retrieve all records.