真实抓取热搜数据,零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
python3 skills/hot-trends/hot.py github -l python # 指定语言
# 全部
python3 skills/hot-trends/hot.py all
# 关键词过滤(需求挖掘用)
python3 skills/hot-trends/hot.py all -k AI
python3 skills/hot-trends/hot.py baidu -k 大模型 -n 50
共 1 个版本