Running an AI News Channel with Telegram and OpenClaw: A Complete Workflow

A developer has shared their complete workflow for running an AI-powered news channel on Telegram, demonstrating how OpenClaw enables efficient content curation with minimal human intervention.
The Setup
The system uses an AI assistant named Jackie running on OpenClaw, with Telegram as the primary interface. Jackie monitors RSS feeds from sources like Hacker News, Testing Catalog, and Reddit, validating stories using Perplexity MCP for fact-checking.
How It Works
- Hourly News Scans — Jackie monitors multiple sources for trending AI stories
- Proposal System — When something newsworthy is found, Jackie drafts a post and sends it to a private Telegram group
- One-Tap Publishing — The human editor reviews and types "Approve" or provides feedback
- Mobile-First — The entire editorial workflow happens on phone between meetings
Key Technical Details
- OpenClaw running on an old Mac (always-on gateway)
- Telegram bot with multiple groups for different contexts
- Custom Perplexity MCP for fact-checking and validation
- Cron jobs for scheduled scans and reports
- Deduplication tracking via markdown files
Results
The channel publishes 5-10 high-quality AI news posts per day with just 10-20 minutes of actual human time for validation. Jackie handles scanning, validating, and drafting, while the human editor makes final decisions.
Lessons Learned
- Always fact-check with Perplexity before proposing stories
- Short posts (2-3 sentences + link) perform better than long explanations
- Deduplication matters — log everything to avoid repeats
A video demonstration of this workflow is available on YouTube.
📖 Read the full source: r/openclaw
👀 See Also

Developer Uses Claude Code to Build USB Dongle That Auto-Plays Chrome Dino Game
A developer built a USB dongle using an ATtiny85 board that automatically plays Chrome's Dino game by detecting obstacles with light sensors and sending keyboard commands. Claude Code assisted with firmware development including V-USB integration, sensor logic, and adaptive timing algorithms.

Building a Managed AI Hosting Platform with Rails 8, Docker, and Traefik
A developer built a managed hosting platform for AI applications using Rails 8 monolith, PostgreSQL, and Hetzner Cloud API, gaining 50 paying customers in two weeks. The technical deep-dive covers Docker configuration issues, SSE streaming through Traefik, and handling crashed customer instances.

OpenClaw user automates dating app interactions with AI agent
A Reddit user built an OpenClaw agent that handles swiping, conversation management, and match filtering on dating apps, reporting 500+ swipes per day and 3x more matches after one week.

Practical OpenClaw Setup Patterns from Real-World Deployments
A Reddit user shares insights from setting up OpenClaw for 10+ non-technical users, revealing that successful deployments typically involve 1-2 messaging apps, 5-10 simple workflows, local Mac operation, and voice cloning as a key adoption driver.