HomeBrowseUpload
← Back to registry
// Skill profile

wechat-article-spider

name: wechat-article-spider

by chenchaoqun · published 2026-03-22

图像生成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:chenchaoqun/chenchaoqun-wechat-article-spider
View on GitHub
// Full documentation

---

name: wechat-article-spider

version: 1.0.0

description: 微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片

---

# wechat-article-spider

微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片

执行指令

cd scripts && pip install -r requirements.txt && python main.py

功能

  • ✅ 输入微信公号文章 URL
  • ✅ 自动抓取文章内容
  • ✅ 下载所有图片到 `images/` 文件夹
  • ✅ 生成 Markdown 文件,图片使用相对路径引用
  • 安装

    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
        └── ...

    注意事项

  • 微信文章可能有反爬机制,如遇失败可稍后重试
  • 部分动态加载的图片可能无法获取
  • 图片文件名使用哈希值避免重复
  • 依赖

  • requests
  • beautifulsoup4
  • lxml
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band