with one click
wechat-article-spider
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
全网持续收录每日超过1000+公众号10w+文章内容,向用户推送公众号达到10w+阅读的热门文章;当用户需要获取全领域的公众号热门文章、或订阅每日10w+文章推送、特定领域爆款文章时使用
将现成的文章内容发布到微信公众号草稿箱。当用户说"发布文章"、"发布到草稿箱"、"publish to draft"、"推送到公众号"时触发。
搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
微信公众号发布流水线:视觉排版→主编审核→API发布→数据复盘。在已有Markdown定稿基础上执行微信格式化和发布。触发词:发布到微信、微信排版、微信发布。需先完成内容创作。
公众号搜索工具,支持按关键词搜索爆款文章,展示推荐热门文章,助力内容创作者把握趋势与获取灵感;当用户需要搜索公众号文章、查找爆款内容、获取创作灵感时使用
微信公众号一键发布技能。帮助用户将 Markdown 文章自动发布到公众号草稿箱, 包括:Access Token 获取、封面图生成与压缩、永久素材上传、草稿 JSON 构造与提交。 当用户要求"发布公众号"、"写公众号文章"、"公众号草稿"时触发。
| name | wechat-article-spider |
| version | 1.0.0 |
| description | 微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片 |
微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
cd scripts && pip install -r requirements.txt && python main.py
images/ 文件夹cd wechat-article-dl/scripts
pip install -r requirements.txt
python main.py <文章 URL> [输出目录]
# 下载到当前目录
python main.py https://mp.weixin.qq.com/s/xxxxx
# 指定输出目录
python main.py https://mp.weixin.qq.com/s/xxxxx ./my-articles
output/
├── 文章标题.md
└── images/
├── img_001_xxx.jpg
├── img_002_xxx.png
└── ...