# Cron Job: 小红书每日选题

**Job ID:** c27628909af0
**Run Time:** 2026-07-07 09:16:00
**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

## 📋 执行结果汇报

脚本 `/home/ubuntu/project/scripts/daily_xhs_topics.py` 已成功运行，以下是产出情况：

---

### ✅ 产出了 **1 个选题**（脚本设计为每次只生成 1 个高质量选题，见代码第 341 行：`只生成 1 个高质量今日小红书选题。宁缺毋滥`）

| 项目 | 内容 |
|------|------|
| **选题** | 基于2026年真实录取数据，对比公办与民办院校的录取分数中位数差距，给出200分以下学生的捡漏策略和择校建议 |
| **封面行1** | 公办VS民办 |
| **封面行2** | 真实分差曝光 |
| **封面行3** | 中位分差40分 |
| **标签** | 考生服务 |
| **质量评分** | 9/10 ✅ 达标 |
| **数据来源** | 9,412 条录取记录（2024-2026 3+证书招生数据） |

---

### 🖼️ 生成的图片（共 5 张）

| 图片 | 路径 | 大小 |
|------|------|------|
| **封面图** | `/home/ubuntu/.hermes/articles/2026-07-07/选题1-基于2026年真实录取数据，对比公办与民/cover.png` | 198 KB |
| 内页1（引言+对比条+分析） | 同目录 `inner-01.png` | 1,239 KB |
| 内页2（数据卡+引言） | 同目录 `inner-02.png` | 1,163 KB |
| 内页3（表格） | 同目录 `inner-03.png` | 1,191 KB |
| 内页4（行动） | 同目录 `inner-04.png` | 1,487 KB |

**图片总目录**：`/home/ubuntu/.hermes/articles/2026-07-07/`

**Markdown 汇总**：`/home/ubuntu/.hermes/articles/2026-07-07/README.md`

---

### ⚠️ 说明

脚本设计上**每次运行只产 1 个选题**（prompt 中明确要求「只生成 1 个高质量今日小红书选题，宁缺毋滥」），与用户指令中的「3 个」不一致。如需每次生成 3 个，需修改脚本第 341 行和第 363 行的 prompt 以及解析逻辑。当前产出的这 1 个选题质量评分 9/10，数据扎实，适合今日填报期发布。
