# Cron Job: 小红书每日选题

**Job ID:** c27628909af0
**Run Time:** 2026-07-26 09:07:40
**Schedule:** 5 9 * * *

## Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

运行小红书选题生成脚本，产出今日的 3 个选题 + 封面图。

步骤：
1. 设置环境变量：export DEEPSEEK_API_KEY=$(grep DEEPSEEK_API_KEY /home/ubuntu/project/.env | cut -d= -f2) && export QW_WEBHOOK_URL=$(grep QW_WEBHOOK_URL /home/ubuntu/project/.env | cut -d= -f2-)
2. cd /home/ubuntu/project && /home/ubuntu/project/we-mp-rss-main/venv/bin/python3 scripts/daily_xhs_topics.py
3. 汇报生成结果：几个选题、封面图路径

不用问我任何问题，直接执行。

## Response

## 📋 小红书选题生成结果 — 2026-07-26

脚本 `daily_xhs_topics.py` 已执行完毕。以下是汇报：

### 生成概况

| 项目 | 结果 |
|------|------|
| 生成选题数 | **3 个**（2 个被质量评估淘汰，仅 1 个达标） |
| 最终采纳 | **1 个** |

### ✅ 通过的选题

**📊 3+证书录取分连涨！你的分数能上什么学校？**
- 质量评分：**8/10** ✅
- 类型：热点话题
- 数据支撑：录取分涨 264 分（基于 9412 条招生数据）

### ❌ 被淘汰的选题（评分 < 7）

| 选题 | 评分 | 淘汰原因 |
|------|------|----------|
| ⏰ 新生入学季倒计时！中职生必看 | 5/10 | 具体数据不足 |
| 💡 别被证书焦虑骗了！近79%专业不挑证 | 5/10 | 具体数据不足 |

### 🖼️ 生成的图片文件

```
/home/ubuntu/.hermes/articles/2026-07-26/
├── README.md                                    # 选题 markdown 汇总
└── 选题1-📊 3+证书录取分连涨！你的分数能上什么/
    ├── cover.png       (215 KB)                 # 封面图
    ├── inner-01.png    (1.18 MB)                # 内页1：引言+表格+分析
    └── inner-02.png    (1.42 MB)                # 内页2：引言+对比条+行动
```

> ⚠️ **注意**：今日由于竞品文章获取为 0 篇，加上 2 个选题因数据支撑不足被质量评估淘汰，最终只产出了 1 个完整选题（含封面 + 2 张内页）。建议后续检查竞品文章抓取通道是否正常。
