中国热榜聚合器 📊
Aggregate China's hottest content across all platforms instantly
❌ Users struggle to stay informed about trending topics across China's fragmented social media and content platforms.
✅ Get real-time hot trends from 7 major Chinese platforms in one command with formatted data and engagement metrics.
- ✓One-command access to Weibo, Bilibili, Baidu, CSDN, GitHub, Zhihu, and TikTok trending
- ✓Formatted output with links, heat indexes, and engagement metrics
- ✓Query all platforms simultaneously or select specific ones
- ✓No API keys required, works with existing toolchain
👁 4 views · 📦 0 installs
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
--- name: china-hot-ranks description: 中国热榜聚合器 - 一键获取微博、B 站、百度、CSDN、GitHub、知乎、抖音等 7 大平台的热门内容。支持全量获取和单平台查询,输出格式化热榜数据。 homepage: https://github.com/lucianaib0318/china-hot-ranks metadata: {"clawdbot":{"emoji":"📊","requires":{"bins":["python3","curl","mcporter"]}}} --- # 中国热榜聚合器 📊 > **一键获取全网热点,掌握流量密码** 支持 7 大主流平台的热门内容获取:微博、B 站、百度、CSDN、GitHub、知乎、抖音。 --- ## ✨ 特性 - 🎯 **7 大平台覆盖** - 社交媒体、视频、搜索、技术社区全覆盖 - 🚀 **一键获取** - 单命令获取所有平台热榜 - 📝 **格式化输出** - 带链接、热度指数、播放量等详细信息 - 🔧 **灵活选择** - 支持获取全部或指定平台 - 📦 **开箱即用** - 无需 API Key,基于现有工具链 --- ## 🚀 快速开始 ### 方式一:直接运行脚本 ```bash # 获取所有热榜 python3 hot_ranks.py # 获取指定平台 python3 hot_ranks.py weibo # 微博热搜 python3 hot_ranks.py bilibili # B 站热门 python3 hot_ranks.py github # GitHub Trending ``` ### 方式二:使用 Skill 命令 ```bash # 通过 mcporter 调用 mcporter call 'hot_ranks.get_all()' # 获取单个平台 mcporter call 'hot_ranks.get_weibo()' mcporter call 'hot_ranks.get_bilibili()' ``` --- ## 📊 支持平台 | 平台 | 获取方式 | 数据内容 | 更新频率 | |-----|---------|---------|---------| | **微博热搜** | mcporter (weibo MCP) | 热搜话题 + 热度指数 | 实时 | | **B 站热门** | Jina Reader | 视频标题 + 播放量 | 实时 | | **百度热搜** | Jina Reader | 热搜话题 + 热度标记 | 实时 | | **CSDN 热榜** | Jina Reader | 技术文章 + 浏览量 | 小时级 | | **GitHub Trending** | GitHub MCP API | 开源项目 + Star 数 | 日级 | | **知乎热榜** | Tavily 搜索 | 热门问题 | 小时级 | | **抖音热榜** | Tavily 搜索 | 热门视频 | 实时 | --- ## 📝 输出示例 ### 微博热搜 ``` 1. 习近平总书记的 2026 全国两会日历 https://m.weibo.cn/search?... 2. 微信 朋友圈编辑 🔥113 万 https://m.weibo.cn/search?... 3. 国产手机涨价 2000 元 🔥84 万 https://m.weibo.cn/search?... ``` ### B 站热门 ``` 1. 当面一套,背后一套 - 小潮院长 175.5 万播放 http://www.bilibili.com/video/BV1BbwFznEpm 2. 开拓者去欢愉打工然后丧失仅存的一丝梦想 - 觅 2 166 万播放 http://www.bilibili.com/video/BV1M5NFzrEKK ``` ### GitHub Trending ``` 1. freeCodeCamp/freeCodeCamp ⭐380,000 freeCodeCamp.org's open-source codebase and curriculum https://github.com/freeCodeCamp/freeCodeCamp 2. EbookFoundation/free-programming-books ⭐350,000 Freely available programming books https://github.com/EbookFoundation/free-programming-books ``` --- ## 🔧 依赖要求 ### 必需 - Python 3.6+ - curl - mcporter ### 可选(增强功能) - Tavily API Key(用于知乎/抖音热榜) - GitHub Token(用于 GitHub Trending) --- ## 📁 项目结构 ``` china-hot-ranks/ ├── hot_ranks.py # 主程序 ├── SKILL.md # Skill 文档 ├── README.md # 项目说明 ├── requirements.txt # Python 依赖 ├── examples/ │ └── output_sample.md # 输出示例 ├── docs/ │ └── api_reference.md # API 参考 └── LICENSE # MIT 许可证 ``` --- ## 🛠️ 高级用法 ### 1. 导出为 Markdown ```bash python3 hot_ranks.py > hot_ranks_$(date +%Y%m%d).md ``` ### 2. 定时获取(Cron Job) ```bash # 每天早上 9 点获取热榜 0 9 * * * cd /path/to/china-hot-ranks && python3 hot_ranks.py >> hot_ranks.log ``` ### 3. 集成到工作流 ```python from hot_ranks import HotRanksAggregator aggregator = HotRanksAggregator() # 获取微博热搜 weibo_data = aggregator.get_weibo() # 获取所有热榜 all_data = aggregator.get_all() ``` --- ## 🎯 使用场景 ### 内容创作者 - 追踪热点话题,创作爆款内容 - 了解平台趋势,优化选题方向 ### 市场营销 - 监控品牌提及和舆情 - 发现热门话题,借势营销 ### 开发者 - 关注技术趋势和开源项目 - 学习热门技术栈 ### 研究人员 - 分析社交媒体趋势 - 研究用户行为和兴趣 --- ## ⚠️ 注意事项 1. **API 限制** - 微博热搜:依赖 weibo MCP 服务 - GitHub:需要有效 Token - 知乎/抖音:通过 Tavily 搜索,有调用限制 2. **数据时效性** - 微博/B 站/抖音:实时更新 - CSDN/知乎:小时级更新 - GitHub:日级更新 3. **网络要求** - 需要访问国内平台(微博、B 站等) - GitHub 可能需要代理 --- ## 🤝 贡献 欢迎提交 Issue 和 Pull Request! 1. Fork 本项目 2. 创建特性分支 (`git checkout -b feature/AmazingFeature`) 3. 提交更改 (`git commit -m 'Add some AmazingFeature'`) 4. 推送到分支 (`git push origin feature/AmazingFeature`) 5. 开启 Pull Request --- ## 📄 许可证 本项目采用 MIT 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情 --- ## 🙏 致谢 - [weibo-mcp](https://github.com/ModelContextProtocol/servers) - 微博 MCP 服务 - [Jina AI](https://jina.ai/) - 网页读取服务 - [GitHub MCP](https://github.com/modelcontextprotocol/servers) - GitHub MCP 服务 - [Tavily](https://tavily.com/) - 搜索服务 --- **Made with ❤️ by lucianaib0318**
Security Status
Verified
Manually verified by security team
Related AI Tools
More Career Boost tools you might like
ru-text — Russian Text Quality
FreeApplies professional Russian typography, grammar, and style rules to improve text quality across content types
/forge:工作流总入口
Free'Forge 工作流总入口。检查项目状态,推荐下一步该用哪个 skill。任何时候不知道下一步该干什么,就用 /forge。触发方式:用户说"forge"、"下一步"、"接下来做什么"、"继续"(在没有明确上下文时)。'
TypeScript React & Next.js Production Patterns
FreeProduction-grade TypeScript reference for React & Next.js covering type safety, component patterns, API validation, state management, and debugging
Charles Proxy Session Extractor
FreeExtracts HTTP/HTTPS request and response data from Charles Proxy session files (.chlsj format), including URLs, methods, status codes, headers, request bodies, and response bodies. Use when analyzing captured network traffic from Charles Proxy debug
Java Backend Interview Simulator
FreeSimulates realistic Java backend technical interviews with customizable interviewer styles and candidate levels for Chinese tech companies
AI News & Trends Intelligence
FreeFetches latest AI/ML news, trending open-source projects, and social media discussions from 75+ curated sources for comprehensive AI briefings