# Cron Job: 小红书每日选题

**Job ID:** c27628909af0
**Run Time:** 2026-07-08 09:11:49
**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-08

### 执行状态：✅ 成功

脚本正常执行，但**仅产出 1 个选题**（预期 3 个）。原因可能是竞品文章获取数为 0，导致选题多样性受限。

---

### 生成的选题

| # | 选题标题 | 标签 | 质量分 |
|---|---------|------|--------|
| 1 | 【数据预警】2026年3+证书260分以下，公办正在"消失" | 政策资讯 | 10/10 |

**选题核心**：结合年度中位分暴涨（214→232→264）揭示低分考生公办名额紧缩，给出"保民办选好专业"策略。

---

### 封面图 & 内页

| 文件 | 路径 | 大小 |
|------|------|------|
| 🖼️ 封面 | `~/.hermes/articles/2026-07-08/选题1-.../cover.png` | 201 KB |
| 📄 内页1 | `.../inner-01.png` | 1.15 MB |
| 📄 内页2 | `.../inner-02.png` | 1.35 MB |
| 📄 内页3 | `.../inner-03.png` | 1.22 MB |
| 📄 内页4 | `.../inner-04.png` | 1.42 MB |

---

### 上下文数据

- 竞品文章：0 篇（可能是未抓到，影响选题多样性）
- 考试日历节点：3 个（含 9/1 新生入学季、全国计算机等级考试）
- 招生数据：9412 条记录，分位 214→232→264
- 当前阶段判定：出分/填报期

---

### ⚠️ 注意

预期 3 个选题但只产出 1 个，脚本逻辑中竞品文章数可能影响最终选题数量。如需更多选题可检查竞品抓取环节是否正常。所有文件已保存在 `/home/ubuntu/.hermes/articles/2026-07-08/`。
