Skip to main content

Monitor viral Reddit posts and send GPT-4o-mini summaries to Telegram

Workflow preview

Workflow preview
100%
Monitor viral Reddit posts and send GPT-4o-mini summaries to Telegram preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who's it for This workflow is perfect for: Content creators who need to stay on top of trending topics Marketers tracking industry discussions and competitor mentions Community managers monitoring ...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.reddit, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegram, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roshan Ramani.

Original n8n.io source

1.1 Workflow description

Title
Monitor viral Reddit posts and send GPT-4o-mini summaries to Telegram
Workflow name
Monitor viral Reddit posts and send GPT-4o-mini summaries to Telegram

Who's it for

This workflow is perfect for:

  • Content creators who need to stay on top of trending topics
  • Marketers tracking industry discussions and competitor mentions
  • Community managers monitoring relevant subreddits
  • Researchers gathering trending content in specific niches
  • Anyone who wants curated Reddit updates without manual browsing

What it does

This automated workflow:

  • Monitors multiple subreddits for viral posts daily
  • Filters posts based on engagement metrics (upvotes and recency)
  • Generates concise AI summaries of trending content
  • Delivers formatted updates directly to your Telegram chat
  • Runs completely hands-free once configured

How it works

Step 1: Configuration & Scheduling

  • Triggers daily at 8 AM (customizable)
  • Loads your configured subreddit niches and Telegram settings

Step 2: Data Collection

  • Loops through each subreddit in your niche list
  • Fetches the 50 newest posts from each subreddit
  • Extracts key data: title, URL, upvotes, timestamp, subreddit name

Step 3: Smart Filtering

  • Applies viral post criteria:
    • Posts with 500+ upvotes, OR
    • Posts with 70+ upvotes created within the last 24 hours
  • Ensures only high-engagement content passes through

Step 4: AI Summarization

  • Aggregates all filtered posts into a single batch
  • Sends to GPT-4o-mini for analysis
  • Generates concise 100-200 word summaries
  • Formats output for Telegram markdown

Step 5: Delivery

  • Sends all summaries to your Telegram chat
  • Includes post links and engagement metrics
  • Delivers in a clean, readable format

Setup steps

1. Configure Reddit credentials

  • Connect your Reddit OAuth2 API credentials in the "Get Reddit Viral Posts" node
  • Ensure you have API access enabled on your Reddit account

2. Configure Telegram credentials

  • Add your Telegram bot token in the "Send to Telegram" node
  • Get your chat ID by messaging your bot and checking updates

3. Customize your niches

  • Open the "Workflow Configuration" node
  • Edit the niches array with your target subreddits
  • Default niches: technology, programming, science, gaming

4. Set your Telegram chat ID

  • Replace the default chat ID (7917193308) in "Workflow Configuration"
  • Use your personal chat ID or group chat ID

5. Adjust the schedule (optional)

  • Modify the "Daily 8 AM Trigger" to your preferred time
  • Change frequency if you want multiple updates per day

6. Test before activating

  • Run the workflow manually using the "Test workflow" button
  • Verify summaries arrive in Telegram correctly
  • Check that filtering logic works as expected

Requirements

Required credentials:

  • Reddit OAuth2 API access (free)
  • Telegram bot token (free via @BotFather)
  • OpenAI API key for GPT-4o-mini (paid)

Platform requirements:

  • n8n instance (self-hosted or n8n Cloud)
  • Active internet connection
  • Sufficient API rate limits for your usage

Technical knowledge:

  • Basic understanding of n8n workflows
  • Ability to generate API credentials
  • Familiarity with Telegram bots (helpful but not required)

How to customize

Adjust subreddit monitoring:

  • Add or remove subreddits in the niches array
  • Format: ["subreddit1", "subreddit2", "subreddit3"]
  • Example: ["machinelearning", "datascience", "artificial"]

Modify viral post criteria:

  • Edit the "Filter" node conditions
  • Change upvote thresholds (default: 500+ or 70+ within 24h)
  • Adjust time window for recency checks

Customize AI summaries:

  • Update the system prompt in "AI Summarizer" node
  • Change summary length (default: 100-200 words)
  • Modify tone, style, or focus areas
  • Switch to different OpenAI models if needed

Change scheduling:

  • Modify trigger time in "Daily 8 AM Trigger"
  • Options: hourly, twice daily, weekly, custom cron
  • Consider API rate limits when increasing frequency

Adjust data collection:

  • Change the limit parameter in "Get Reddit Viral Posts"
  • Default: 50 posts per subreddit
  • Higher limits = more comprehensive but slower execution

Enhance filtering logic:

  • Add additional criteria (comments count, awards, etc.)
  • Create category-specific thresholds
  • Filter by post type (text, link, image)

Format Telegram output:

  • Modify parse_mode in "Send to Telegram" node
  • Options: Markdown, HTML, or plain text
  • Customize message structure and styling

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Daily 8 AM Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 2 - Workflow Configuration

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Loop Over Niches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Get Reddit Viral Posts

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 5 - Extract Post Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - AI Summarizer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 7 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 8 - Send to Telegram

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 10 - Filter

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 11 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 12 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Monitor viral Reddit posts and send GPT-4o-mini summaries to Telegram
Complexity advanced
Nodes 16
Categories Market Research, AI Summarization
Author Roshan Ramani
Published 03 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12410/12410.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Monitor viral Reddit posts and send GPT-4o-mini summaries to Telegram do?

Who's it for This workflow is perfect for: Content creators who need to stay on top of trending topics Marketers tracking industry discussions and competitor mentions Community managers monitoring ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.