隐私与广告选择

Git-Stars 会使用必要存储来保障网站运行。可选分析和广告测量脚本默认不加载,只有在你同意后,Google 等合作伙伴才可能按要求使用 Cookie 或类似标识符。 隐私政策

LogoGit-Stars
星数最高飙升榜AI Agent每日推荐爆款仓库洞察
LogoGit-Stars

用真实 GitHub 数据发现高价值开源项目

GitHub
Built withLogo of Git-StarsGit-Stars
排行榜
  • 星数最高
  • 飙升榜
  • AI Agent
  • 每日推荐
  • 搜索
资源
  • 洞察
  • 编辑政策
关于
  • 关于
  • 联系我们
法律
  • 隐私政策
  • 服务条款
© 2026 Git-Stars. All Rights Reserved.
返回爆款仓库
Open SourceAItrend-monitoringRSSMCPself-hostingnews-aggregationpythondocker

TrendRadar:开源 AI 趋势雷达,一站式聚合全网热点与舆情

TrendRadar 是一个自托管的 AI 驱动舆情与趋势监控工具,可聚合 11+ 平台热榜、支持 RSS、关键词过滤、AI 分析,并推送告警到企业微信、飞书、钉钉、Telegram 等渠道。项目在 GitHub 上拥有超过 6.1 万星,采用 GPL-3.0 许可证。

发布时间: 8/11/2026sansan0/TrendRadar
查看 GitHub查看全部分析

你应该先知道什么

继续往下看完整分析、替代方案和部署建议。

部署难度8/10
商业可用性6/10
能力上限7/10

仓库事实卡

仓库概览

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 配置文件,用来选择平台、关键词和通知渠道。

如何借助 Codex 或 Claude 部署

先在环境变量或 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”。

核心能力

  • 聚合 11 个默认平台热榜:知乎、抖音、Bilibili、华尔街见闻、贴吧、百度、财联社、澎湃、凤凰、头条、微博。
  • RSS/Atom 订阅管理,支持关键词分组和新鲜度过滤。
  • 关键词过滤:普通词、必含词、屏蔽词、数量限制、全局过滤、正则、显示别名。
  • AI 兴趣过滤和 AI 翻译:用自然语言描述你关心的话题(ai_interests.txt),可翻译成任意语言。
  • AI 分析报告:趋势总结、情绪分析、跨平台洞察。
  • 热榜追踪:排名变化、新上榜识别、持久化分析。
  • 多通道多账号通知:企业微信/WeCom、飞书、钉钉、Telegram、邮件、ntfy、Bark、Slack、通用 webhook。
  • MCP(Model Context Protocol)服务:让 Cursor、Cline、Continue、Cherry Studio 等 AI 客户端直接对话你的趋势数据。
  • HTML 报告:支持暗色模式、搜索、标签切换、导出、阅读进度。

部署方式

  • Docker(推荐):镜像 wantcat/trendradar,也可选 wantcat/trendradar-mcp。
  • GitHub Actions:复制模板,配置 Secrets,自动生成页面并通过 GitHub Pages/Cloudflare Pages 托管。注意免费版需要每 7 天手动 “Check In”。
  • 本地 uv:安装 uv 后运行 uv sync。

无需 GPU,也无需预先下载模型。默认数据源为 newsnow API,你还可以自建 newsnow 并设置自定义 api_url。

AI 与 MCP

  • 设置环境变量 AI_API_KEY 和 AI_MODEL 后开启 AI 分析、翻译、兴趣过滤。
  • MCP 服务默认监听 localhost:3333,支持流式输出和 OpenAPI/Swagger 文档。
  • 你可以在 ai_interests.txt 里写“我关注国产大模型融资”,TrendRadar 会据此过滤新闻;也可以要求它生成“今日科技舆情报告”。

开源与商业使用

TrendRadar 采用 GPL-3.0 许可证。商业使用是被允许的,包括销售副本或提供付费支持,但如果你分发修改版本,必须以相同的 GPL-3.0 许可证开源,并保留版权声明。内部使用通常不会触发 copyleft。作者要求引用/使用时注明出处并链接回仓库。

适合谁?

  • 投资者/交易员:跟踪市场新闻和舆论变化。
  • 自媒体/内容创作者:做选题调研。
  • 企业公关/品牌:关注舆情和危机信号。
  • 普通用户:获取个人化新闻摘要。
  • 数据分析师/AI 爱好者:用 MCP 聊天式分析趋势数据。

能力边界

TrendRadar 定位是“轻量自托管聚合与通知”。深度 AI 能力依赖外部 LLM API,数据的完整性取决于你配置的数据源和存储保留策略。它没有提供通用爬虫,无法任意抓取未被支持的热榜/RSS 之外的网站。如果你需要更自由的数据采集,可能需要结合其他采集工具。

结语

TrendRadar 用一个开源项目把信息聚合、AI 分析、通知和 MCP 串成了一条完整链路。对于想在 30 分钟内搭建个人舆情监控系统的人来说,这可能是目前最省事的方案之一。

查看仓库原址

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。 - sansan0/TrendRadar

查看 GitHub

图解与配图

这篇文章暂时还没有配图。

替代项目

如果你已经准备落地,优先比较这些替代项目的部署和商用条件。

ourongxing/newsnow

Lightweight real-time news aggregator that powers TrendRadar's data. Offers a clean reading UI, GitHub OAuth login, caching, and MCP server support.

部署难度9/10
商业可用性9/10
能力上限6/10

优势

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.

ourongxing/newsnow

Significant-Gravitas/AutoGPT

Popular open-source AI agent platform for building and running autonomous workflows. Offers a hosted platform and self-hostable agent runtime.

部署难度6/10
商业可用性5/10
能力上限6/10

优势

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.

Significant-Gravitas/AutoGPT

n8n-io/n8n

Fair-code workflow automation platform with native AI capabilities, 1500+ integrations, and visual builder. Can be self-hosted or used in the cloud.

部署难度9/10
商业可用性4/10
能力上限7/10

优势

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.

n8n-io/n8n

NousResearch/hermes-agent

Self-improving AI agent with built-in learning loop, memory, messaging gateway, and scheduling. Supports multiple LLM providers and runs anywhere.

部署难度7/10
商业可用性9/10
能力上限6/10

优势

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.

NousResearch/hermes-agent