Reddit n8n Post Classifier
detail.loadingPreview
Automatically classifies Reddit posts to determine if they are about n8n and provides metadata.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow monitors Reddit for posts that might be relevant to n8n. It filters these posts based on upvotes and creation date, checks if the content is indeed about n8n using an AI model, and then generates structured metadata for relevant posts.
Key Features
- Searches Reddit for new posts.
- Filters posts by upvotes, recency, and original content.
- Uses OpenAI to classify if a post is about n8n.
- Extracts and formats key metadata like upvotes, subreddit, date, and URL.
- Identifies potential drawbacks of the current implementation (e.g., text length limitations).
How To Use
- Import this workflow into your n8n instance.
- Configure your Reddit API credentials.
- Configure your OpenAI API credentials.
- Set the
YOUR_CREDENTIAL_HEREplaceholder in the Reddit node to your Reddit credential. - Set the
YOUR_TOKEN_HEREplaceholder in the OpenAI nodes to your OpenAI API key token. - Execute the workflow manually or set up a trigger.
Apps Used
Workflow JSON
{
"id": "5f86c1c4-5c0d-4c5b-adae-d42f7620e4d3",
"name": "Reddit n8n Post Classifier",
"nodes": 0,
"category": "Community Monitoring",
"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: 5f86c1c4-5c0d...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Reddit n8n Monitoring
Monitors Reddit for posts related to n8n and categorizes them using OpenAI.
N8n Community Topic Tracker by Keyword
Track and manage n8n community topics based on keywords. Posts are logged to Google Sheets.
n8n Community Topic Tracker by Keyword
Automatically track and store n8n community topics based on keywords, with options to notify via Slack and email.
n8n Error Alerting to LINE: Never Miss a Workflow Failure Again
Instantly get notified on LINE whenever an n8n workflow encounters an error. This template ensures you're always aware of issues, allowing for prompt resolution and uninterrupted automation.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.