TrendRadar — AI-Driven Public Opinion & Trend Monitoring
What It Does
TrendRadar continuously monitors trending topics across multiple platforms, uses AI to filter content matching your interests, translates foreign content automatically, and pushes curated summaries to your preferred notification channels — all on autopilot.
Key Features
- Multi-platform aggregation — monitors 50+ platforms and custom RSS feeds
- AI intelligent filtering — describe your interests in natural language, AI selects relevant content
- Automated translation — AI-powered translation for cross-language monitoring
- 9+ notification channels — WeChat, Telegram, Feishu, DingTalk, Slack, email, and more
- Timeline scheduling — control collection, analysis, and delivery timing
- MCP integration — connect to AI assistants via Model Context Protocol
- Visual config editor — GUI for managing all settings
- 30-second deploy — Docker one-liner to get started
Installation Options
Docker (recommended):
docker run -d --name trendradar
-p 8080:8080
sansan0/trendradar:latestShell script (macOS):
curl -fsSL https://raw.githubusercontent.com/sansan0/TrendRadar/main/install.sh | bashPython:
git clone https://github.com/sansan0/TrendRadar.git
cd TrendRadar
pip install -r requirements.txt
python main.pyUse Cases
- Tech trend monitoring — track GitHub trending, Hacker News, Reddit for your tech stack
- Competitor intelligence — monitor mentions of competitors across platforms
- Research alerts — get notified about new papers and breakthroughs in your field
- Social media monitoring — track brand mentions and industry discussions
- News aggregation — curated daily/weekly digest of relevant news
Configuration Example
Describe your interests in natural language:
I'm interested in AI coding tools, MCP servers, Claude Code updates,
and open-source AI infrastructure. Ignore cryptocurrency and gaming news.TrendRadar's AI filters all incoming content based on this description.
FAQ
Q: What is TrendRadar? A: TrendRadar is an open-source AI-driven trend monitoring system that aggregates content from 50+ platforms, intelligently filters it based on your interests, and delivers curated alerts to your preferred channels.
Q: Is TrendRadar free? A: Yes, TrendRadar is free and open-source under the GPL-3.0 license. Self-hosted, no subscription required.
Q: How fast can I deploy TrendRadar? A: With Docker, deployment takes about 30 seconds. The shell script installer takes about 2 minutes.