Install
openclaw skills install wechat-article-spider微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片
openclaw skills install wechat-article-spider微信公众号文章爬虫 - 将微信公号文章转换为 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
└── ...