wechat-article-search
Installation
SKILL.md
微信公众号文章检索 Skill
重要:搜索时必须指定时间参数
时效性最重要! 搜索公众号文章时,必须加上时间参数(--days 或 --hours 或 --time-range),否则会返回过时的旧文章。
# 正确用法:带时间参数
python scripts/sogou_search.py "关键词" --days 7
# 错误用法:不带时间参数(会返回旧文章)
python scripts/sogou_search.py "关键词"