中文

WeChat Article Exporter: Archive Any Public Account at Scale

Export WeChat public account articles in bulk — with full content, images, read counts, and comments — to Markdown, PDF, or your own database.

by wechat-article7,939 GitHub stars

What is WeChat Article Exporter?

WeChat Article Exporter is a powerful tool for bulk-downloading articles from WeChat public accounts (微信公众号). With 7,900+ stars, it fills a critical gap: WeChat has no official export API, making content archiving and analysis nearly impossible without this tool. It captures full article content, cover images, read/like counts, and comment data.

Key Features

  • Full article export — captures complete HTML content, images, and metadata
  • Batch processing — export entire account history in one operation
  • Multiple output formats — Markdown, PDF, HTML, or raw JSON
  • Engagement data — read counts, likes, and comment threads included
  • Docker support — easy self-hosted deployment with Docker
  • Cloudflare Workers — optional edge deployment for serverless operation

Use Cases

Content Archive

Backup your own WeChat public account articles before migrating platforms or as a disaster recovery measure.

Research Corpus

Build a training or analysis dataset from industry-specific WeChat accounts for NLP research or market intelligence.

RAG Knowledge Base

Export articles from expert accounts in your field, convert to Markdown, and index into a vector database for a specialized AI assistant.

Quick Start

npx skills add wechat-article/wechat-article-exporter
# Deploy with Docker

docker run -d -p 3000:3000 wechat-article-exporter

Or use the CLI

wechat-export --account "your-account-id" --format markdown --output ./articles

Why We Love It

For anyone working with Chinese content at scale, WeChat is unavoidable — and so is this tool. The 7.9K stars represent a community of researchers, developers, and content creators who needed a reliable way to work with WeChat data programmatically. Its support for Docker and Cloudflare makes it accessible regardless of your infrastructure preferences.

Featured Skill

WeChat Article Exporter