Loading...
Loading...
Compare original and translation side by side
bash scripts/ensure_running.sh-m 15DAILYHOT_PORTbash scripts/ensure_running.sh-m 15DAILYHOT_PORTbash scripts/ensure_running.shnpm installbash scripts/ensure_running.shnpm installbash scripts/stop.shbash scripts/stop.sh| 平台 | 接口路径 | 类别 |
|---|---|---|
| 抖音 | | 热点榜 |
| 微博 | | 热搜榜 |
| 知乎 | | 热榜 |
| B站 | | 热门榜 |
| 百度 | | 热搜榜 |
| 今日头条 | | 热榜 |
| 快手 | | 热点榜 |
| 豆瓣电影 | | 新片榜 |
| 百度贴吧 | | 热议榜 |
| 腾讯新闻 | | 热点榜 |
| 新浪新闻 | | 热点榜 |
| 网易新闻 | | 热点榜 |
| 澎湃新闻 | | 热榜 |
| 36氪 | | 热榜 |
| 虎嗅 | | 24小时 |
| IT之家 | | 热榜 |
| 少数派 | | 热榜 |
| 稀土掘金 | | 热榜 |
| Platform | Interface Path | Category |
|---|---|---|
| Douyin | | Hot Spot List |
| Hot Search List | |
| Zhihu | | Hot List |
| Bilibili | | Popular List |
| Baidu | | Hot Search List |
| Toutiao | | Hot List |
| Kuaishou | | Hot Spot List |
| Douban Movie | | New Film List |
| Baidu Tieba | | Hot Discussion List |
| Tencent News | | Hot Spot List |
| Sina News | | Hot Spot List |
| NetEase News | | Hot Spot List |
| The Paper | | Hot List |
| 36Kr | | Hot List |
| Huxiu | | 24 Hours |
| IT Home | | Hot List |
| SSPAI | | Hot List |
| Juejin | | Hot List |
curl -s -m 15 "http://localhost:6688/douyin"curl -s -m 15 "http://localhost:6688/douyin"{
"code": 200,
"name": "douyin",
"title": "抖音",
"type": "热点榜",
"total": 50,
"updateTime": "2026-03-31T08:09:47.743Z",
"data": [
{
"id": "2449453",
"title": "热点标题",
"hot": 12115951,
"url": "https://www.douyin.com/hot/2449453"
}
]
}{
"code": 200,
"name": "douyin",
"title": "抖音",
"type": "热点榜",
"total": 50,
"updateTime": "2026-03-31T08:09:47.743Z",
"data": [
{
"id": "2449453",
"title": "热点标题",
"hot": 12115951,
"url": "https://www.douyin.com/hot/2449453"
}
]
}undefinedundefined
---
---确保服务运行 → 批量请求多平台热榜 → 汇总并格式化 → 输出到阶段 2Ensure service running → Batch request hot lists of multiple platforms → Summarize and format → Output to Phase 2| 情况 | 处理 |
|---|---|
| 服务未启动 | 自动执行 |
| 单平台请求失败 | 跳过该平台,继续采集其他平台 |
| 返回数据为空 | 记录警告,不影响整体流程 |
| 端口被占用 | 自动尝试 6689-6699 端口 |
| Scenario | Handling |
|---|---|
| Service not started | Automatically execute |
| Single platform request failed | Skip this platform and continue collecting other platforms |
| Returned data is empty | Record a warning, does not affect the overall process |
| Port is occupied | Automatically try ports 6689-6699 |