隐私与广告选择
Git-Stars 会使用必要存储来保障网站运行。可选分析和广告测量脚本默认不加载,只有在你同意后,Google 等合作伙伴才可能按要求使用 Cookie 或类似标识符。 隐私政策
TrendRadar 是一个自托管的 AI 驱动舆情与趋势监控工具,可聚合 11+ 平台热榜、支持 RSS、关键词过滤、AI 分析,并推送告警到企业微信、飞书、钉钉、Telegram 等渠道。项目在 GitHub 上拥有超过 6.1 万星,采用 GPL-3.0 许可证。
你应该先知道什么
继续往下看完整分析、替代方案和部署建议。
仓库事实卡
Stars
61,356
Forks
0
未解决 Issue
0
许可证
-
是否开源
是
阅读路线
先看上面的三张判断卡,再看“解决了什么问题”和“商用条件”,最后再决定要不要真的部署。
30 秒快速判断
分数不只是高低,它们代表的是实际采用时的阻力。
Multiple deployment methods (Docker, GitHub Actions, local uv) make it easy to get started. No GPU or model downloads required, and the HTML report can be served simply. Some configuration for notification channels and optional API keys is needed, with a minor operational overhead for GitHub Actions (7-day check-in).
GPL-3.0 permits commercial use but imposes copyleft obligations if modified versions are distributed, which can be restrictive for proprietary embedding. Internal use is safe, and external dependencies like newsnow are separate projects. Overall, it's usable but not maximally business-friendly.
Offers a wide range of features: 11 platform aggregations, RSS, keyword filtering, AI analysis via external LLMs, multi-channel notifications, MCP server, and HTML reports. However, it relies on external data sources and lacks a general web crawler, limiting scalability and deep customization for arbitrary sites.
如果没有 TrendRadar,监控舆情和趋势意味着需要在多个网站、App、RSS 源之间手动切换,再费力过滤噪声。TrendRadar 把这些来源集中到一个入口,用关键词或 AI 兴趣过滤,让用户只看真正关心的内容。它同时解决了触达问题:把告警推送到企业微信、飞书、Telegram 等常用聊天工具。
在信息过载和内容碎片化的时代,TrendRadar 展示了如何用开源方式把多平台热榜、RSS、AI 分析和 MCP 协议组合起来,让个人和小团队也能低成本搭建属于自己的舆情与趋势雷达。
TrendRadar 采用 GPL-3.0 许可证。商业使用是被允许的,包括出售副本或提供付费支持,但如果你分发修改版本,必须以相同的 GPL-3.0 许可证开源,并保留版权声明。内部使用通常不会触发 copyleft。作者要求引用/使用时注明出处并链接回仓库。项目默认数据源是 newsnow API,这也意味着长期维护需要关注该上游项目。
不需要写代码。Docker 是最省事的路径:拉取 wantcat/trendradar 镜像,启动容器后打开 8080 端口的 Web 界面即可。如果你更想用云端方案,可以复制 GitHub Actions 模板,在仓库 Secrets 中配置至少一个通知 webhook,它就会自动生成 HTML 报告,并能托管到 GitHub Pages 或 Cloudflare Pages。唯一需要手动编辑的是一份 YAML 配置文件,用来选择平台、关键词和通知渠道。
先在环境变量或 Secrets 中设置 AI_API_KEY 和 AI_MODEL,开启 AI 分析与翻译。接着创建一个 ai_interests.txt 文件,用自然语言描述你关心的话题,例如“我关注国产大模型融资”。如需更深度的数据对话,可以启动 MCP 服务(默认监听 localhost:3333),然后在 Cursor、Cline、Continue、Cherry Studio 等 MCP 客户端中连接它。配置完成后,你可以让 AI 生成每日舆情报告、对比各平台情绪,或直接提问“今天科技圈有什么大新闻”并让它基于趋势数据回答。
TrendRadar 定位是“轻量自托管聚合与通知”。深度 AI 能力依赖外部 LLM API,数据的完整性取决于你配置的数据源(如 newsnow API)和存储保留策略。它没有提供通用爬虫,无法任意抓取未被支持的热榜/RSS 之外的网站。如果你需要更自由的数据采集,可能需要结合其他采集工具。
# TrendRadar 是什么?
TrendRadar 是一个基于 Python、可自行部署的 AI 趋势监控工具。它会自动聚合知乎、抖音、B站、微博等 11+ 个平台的热榜,同时支持 RSS/Atom 订阅源,再通过关键词过滤、AI 语义分析和多通道推送,帮你把分散的信息收拢成一份“可行动”的简报。
当前仓库在 GitHub 上拥有超过 6.1 万颗星,项目描述为“AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts”。
无需 GPU,也无需预先下载模型。默认数据源为 newsnow API,你还可以自建 newsnow 并设置自定义 api_url。
TrendRadar 采用 GPL-3.0 许可证。商业使用是被允许的,包括销售副本或提供付费支持,但如果你分发修改版本,必须以相同的 GPL-3.0 许可证开源,并保留版权声明。内部使用通常不会触发 copyleft。作者要求引用/使用时注明出处并链接回仓库。
TrendRadar 定位是“轻量自托管聚合与通知”。深度 AI 能力依赖外部 LLM API,数据的完整性取决于你配置的数据源和存储保留策略。它没有提供通用爬虫,无法任意抓取未被支持的热榜/RSS 之外的网站。如果你需要更自由的数据采集,可能需要结合其他采集工具。
TrendRadar 用一个开源项目把信息聚合、AI 分析、通知和 MCP 串成了一条完整链路。对于想在 30 分钟内搭建个人舆情监控系统的人来说,这可能是目前最省事的方案之一。
如果你已经准备落地,优先比较这些替代项目的部署和商用条件。
Lightweight real-time news aggregator that powers TrendRadar's data. Offers a clean reading UI, GitHub OAuth login, caching, and MCP server support.
优势
Very simple deployment (Cloudflare Pages, Vercel, or Docker), MIT license, clean UI, MCP support.
劣势
Currently Chinese-only demo, no built-in AI analysis or push notifications, no RSS subscription feature, relies on external sources.
结论
Best used as a lightweight data source or forked base; not a full replacement for TrendRadar's alerting and AI capabilities.
Popular open-source AI agent platform for building and running autonomous workflows. Offers a hosted platform and self-hostable agent runtime.
优势
Powerful general-purpose AI agent framework, large community, flexible integrations, can be self-hosted.
劣势
Overkill for simple trend monitoring, requires LLM API keys and configuration, mixed license (Polyform Shield for platform) restricts competing services.
结论
A capable AI agent platform but not purpose-built for news aggregation; requires significant customization to match TrendRadar's out-of-box features.
Fair-code workflow automation platform with native AI capabilities, 1500+ integrations, and visual builder. Can be self-hosted or used in the cloud.
优势
Extremely flexible low-code automation, huge integration library, visual workflow builder, easy to deploy with npx or Docker.
劣势
Not purpose-built for trend monitoring; requires custom workflow design, Sustainable Use License restricts commercial distribution and competing hosted service.
结论
A powerful general automation platform that can be molded into a trend-monitoring pipeline, but heavier and license-restricted compared to TrendRadar.
Self-improving AI agent with built-in learning loop, memory, messaging gateway, and scheduling. Supports multiple LLM providers and runs anywhere.
优势
MIT license, easy one-liner install, persistent memory and skills, multi-platform messaging, strong AI agent capabilities.
劣势
General-purpose assistant, not specialized for news/trend aggregation, requires LLM API keys and setup.
结论
An innovative AI agent for automation and research, but not a direct alternative for out-of-box trend monitoring; more complex to adapt.