Loading...
Loading...
统一信息源热点采集。从 X/Twitter、YouTube、B站、GitHub、Reddit、LinuxDo 六大平台免费获取热门内容,输出标准化热点池供内容创作流水线使用。全部使用免费公开 API,无需付费。
npx skill4agent add aaaaqwq/claude-code-skills content-source-aggregator| 平台 | 方式 | 免费额度 | 状态 |
|---|---|---|---|
| X/Twitter | syndication API (无需认证) | 无限 | ✅ |
| YouTube | RSS Feed (频道级) + yt-dlp | 无限 | ✅ |
| B站 | 公开 API (ranking/v2) | 无限 | ✅ |
| GitHub | Search API (无认证) | 60次/小时 | ✅ |
| PullPush API | 无限 | ✅ | |
| 抖音 | 热搜 API (无需认证) | 无限 | ✅ |
| LinuxDo | Discourse JSON API | 无限 | ⏳ 需登录态 |
| 小红书 | Web 端 SSR 解析 | 无限 | ⏳ 需登录态 |
| 微信公众号 | 搜狗微信搜索 | 有限 | ⏳ 需登录态 |
| 微信视频号 | 无公开 API | - | ⏳ 需 Playwright |
# 采集所有平台
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py
# 采集单个平台
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source twitter
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source youtube
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source bilibili
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source github
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source reddit
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source linuxdo~/clawd/workspace/content-pipeline/hotpool/YYYY-MM-DD.json{
"date": "2026-02-19",
"fetched_at": "2026-02-19T10:00:00+08:00",
"items": [
{
"source": "reddit",
"title": "...",
"url": "...",
"summary": "...",
"heat_score": 85,
"category": "AI/Tech",
"engagement": {"upvotes": 1200, "comments": 340},
"fetched_at": "..."
}
]
}https://syndication.twitter.com/srv/timeline-profile/screen-name/{username}https://www.youtube.com/feeds/videos.xml?channel_id={id}https://api.bilibili.com/x/web-interface/ranking/v2?rid=0&type=allhttps://api.bilibili.com/x/web-interface/wbi/search/square?limit=10https://api.github.com/search/repositories?q=stars:>100+pushed:>{date}&sort=starshttps://api.pullpush.io/reddit/search/submission/?subreddit={sub}&sort=score&sort_type=desc&size=10https://linux.do/latest.json?order=defaultscripts/config.json