πŸ“Œ What it is

A smart Reddit monitoring system that cuts through the noise and delivers only the posts that matter.

πŸ“Œ What it does

It finds fresh, engaging Reddit posts (with upvotes, real text, and within 7 days), checks if they’re truly on your topic using OpenAI, and gives you a clean digest with links, context, and summaries.

πŸ“Œ How the automation works

  1. Manual launch

    The workflow starts with a Manual Trigger - you kick it off with a button.

  2. Define the topic

    The Set topic node assigns the key topic (for example, "AI").

  3. Search Reddit

    The Find Your Reddit node searches for posts with that keyword across all subreddits, sorted by β€œnew.”

  4. Filter posts

    The IF node keeps only posts that:

  5. Prepare the data

    The Set node formats the output: upvotes, subreddit size, subreddit name, date, link, and a trimmed snippet (first 500 characters).

  6. Classify with OpenAI

    The OpenAI Classify node checks if the post is truly on-topic (e.g. β€œIs this post about AI?” β†’ Yes/No).

  7. Branching logic

    The IF1 node handles classification results:

  8. Merge results

    The Merge and Merge1 nodes combine classification and summary data.

  9. Final output

    The Result node collects the final fields: upvotes, subreddit size, subreddit, date, link, and short summary.

πŸ“Œ Practical value:

In short, this is your personal β€œsmart Reddit filter” - running 24/7 and serving you only the posts worth your attention.