hot-trends
SKILL.md
🔥 热搜趋势监控
真实抓取热搜数据,零API Key,纯公开接口。
支持平台
| 平台 | 数据源 | 状态 |
|---|---|---|
| 百度热搜 | top.baidu.com API | ✅ |
| 头条热搜 | toutiao.com API | ✅ |
| GitHub | github.com/trending | ✅ |
使用方式
# 某个平台
python3 skills/hot-trends/hot.py baidu -n 20
python3 skills/hot-trends/hot.py toutiao -n 20
python3 skills/hot-trends/hot.py github -n 20