cyberneticlibrary

Convert WeChat posts to Markdown

wechat-to-mdskillsetup L268
bzd6661/wechat-article-for-ai
What it does

Convert WeChat articles to Markdown with local image download

Best for

Archiving WeChat public account content for knowledge base integration

Inputs
  • · WeChat Official Account article URL(s)
  • · Output directory
  • · Optional image concurrency
Outputs
  • · Markdown file with YAML frontmatter
  • · Images/ folder with locally cached images
Requires
  • · Python 3.10+
  • · Camoufox headless browser
  • · HTTP client for image download
Preconditions
  • · Python environment available
  • · Internet connectivity
  • · WeChat article URL
Failure modes
  • · CAPTCHA blocking automation
  • · Rate limiting from WeChat
  • · Image download timeout
  • · URL format unrecognized
Trust signals
  • · CLI and MCP server modes
  • · Batch URL processing
  • · Fallback to remote URLs on image failure
  • · CAPTCHA avoidance via Camoufox documented