Bulk-download all articles from a WeChat public account and save them as HTML files with original styling intact.
Export WeChat articles to Markdown format for republishing or archiving in a personal knowledge base.
Filter and export only original articles by a specific author or published within a date range.
Run a private Docker instance of the tool to keep your WeChat credentials off a public server.
Exporting engagement data such as view and comment counts requires capturing WeChat authentication credentials via packet inspection.
wechat-article-exporter is an online tool for bulk downloading articles from WeChat Official Accounts (the public subscription channels inside the WeChat app). If you follow a public account and want to save its articles locally, this tool lets you export them in bulk rather than opening each one by hand. The tool requires no local installation. You can use it through an online website, or run your own private instance using Docker or by deploying it to Cloudflare's infrastructure. Articles can be exported in several formats: HTML, JSON, Excel, plain text, Markdown, and DOCX. The HTML export is noted as being able to reproduce the original article layout and styling at 100 percent fidelity, because it bundles the images and style files together. Filtering options let you narrow downloads by author, article title, publish date, whether an article was original content, or which collection it belongs to. The tool also supports exporting engagement data such as view counts, forward counts, comments, and comment replies, though this feature requires an additional step to capture authentication credentials via packet inspection. The tool works by using a search function in the WeChat Official Account management backend as the access method for retrieving article lists. It caches fetched article lists locally to reduce repeated requests. The README is written in Chinese and points to a separate documentation site for usage instructions. The project is licensed under MIT.
← wechat-article on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.