📊 Reddit post finder with Google Gemini summarization via Telegram

⚡ 158 views · 📊 Market Research & Insights

Description

Who’s it for

This template is perfect for content creators, researchers, marketers, and Reddit enthusiasts who want to stay updated on specific topics without manually browsing Reddit. If you need curated, AI-summarized Reddit insights delivered directly to your Telegram, this workflow automates the entire process.

What it does

This workflow transforms your Telegram into a powerful Reddit search engine with AI-powered curation. Simply send any keyword to your Telegram bot, and it will:

The AI summary includes post titles, upvote counts, timestamps, brief insights, and direct Reddit links—all formatted for easy mobile reading.

How it works

Step 1: Telegram Trigger User sends a search keyword via Telegram (e.g., “voice AI agents”)

Step 2: Parallel Reddit Searches Four simultaneous Reddit API calls search with different sorting algorithms:

Step 3: Merge & Deduplicate All search results combine into one stream, then a JavaScript code node removes duplicate posts by comparing post IDs

Step 4: Field Extraction The Edit Fields node extracts and formats:

Step 5: Quality Filtering The Filter node applies three conditions:

Step 6: Data Aggregation All filtered posts aggregate into a single dataset for AI processing

Step 7: AI Summarization Google Gemini AI analyzes the aggregated posts and generates a concise, Telegram-formatted summary with:

Step 8: Delivery The formatted summary sends back to the user’s Telegram chat

Requirements

Credentials needed:

n8n Version: Self-hosted or Cloud (latest version recommended)

Setup Instructions

1. Create Telegram Bot

2. Configure Reddit API

3. Get Gemini API Key

4. Import & Configure Workflow

5. Test It

How to customize

Adjust Quality Filters: Edit the Filter node conditions:

Limit Results: Add a Limit node after Filter to cap results at 10-15 posts for faster processing

Change Search Strategies: Modify the Reddit nodes’ “sort” parameter:

Customize AI Output: Edit the AI Agent’s system message to:

Add User Feedback: Insert a Telegram Send Message node after the trigger:

"🔍 Searching Reddit for '{{ $json.message.text }}'... Please wait."

Enable Error Handling: Create an Error Workflow:

Sort by Popularity: Add a Sort node after Filter:

đź”— Nodes Used

Telegram, Telegram Trigger, Reddit, Filter, AI Agent, Simple Memory

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup