# Cron Job: 小红书每日选题

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

脚本执行成功，但仅产出 **1 个选题**（预期 3 个，可能是竞品文章获取为 0 篇、或脚本逻辑限制了生成数量）。

---

### 生成的选题

| 项目 | 内容 |
|------|------|
| **标题** | 公办VS民办：基于2026年3+证书真实录取数据，分析公办与民办院校的分数差距 |
| **核心卖点** | 平均分差40分、2026真实数据 |
| **类型** | 政策资讯 / 数据选题 |
| **质量评分** | ⭐ 9/10 |

### 封面图路径

```
/home/ubuntu/.hermes/articles/2026-07-05/选题1-数据选题——基于2026年3+证书真实录/cover.png
```

共生成 **1 张封面 + 7 张内页图**，全部位于：

```
/home/ubuntu/.hermes/articles/2026-07-05/
```

### 关键运行指标

- 📰 竞品文章：0 篇（影响选题数量）
- 📅 考试节点：3 个（计算机等级考、新生入学季等）
- 📊 招生数据：9412 条（分位 214→232→264）
- 🌿 当前阶段：出分/填报期 — 分数线解读、志愿填报
- 📏 输出 Markdown：2709 bytes

### ⚠️ 注意

脚本设计目标为生成 3 个选题，但实际只产出 1 个。原因可能在于竞品文章获取为 0（数据源问题），或质量过滤导致其余选题未达标。建议检查竞品文章数据源是否正常。
