Fetch WeChat articles to Markdown
wechat-article-to-markdownskillsetup L2★681
jackwener/wechat-article-to-markdown ↗What it does
Fetch and convert WeChat articles to Markdown
Best for
Archiving WeChat articles for AI summarization or knowledge base ingestion when image localization and metadata preservation matter.
Inputs
- · WeChat Official Account URL (mp.weixin.qq.com/s/...)
Outputs
- · Markdown file
- · Local image files
- · Metadata (title, account name, publish time, source URL)
Requires
- · Python 3.8+
- · Camoufox (anti-detection fetch)
- · markdownify (HTML to Markdown)
Preconditions
- · Python 3.8+ installed
- · UV or pipx available
- · Public WeChat article URL
Failure modes
- · Code snippets rendered as images/SVG cannot be extracted as source code
- · Private articles not accessible
- · Account restrictions may block fetch
Trust signals
- · Image concurrent downloading
- · Metadata extraction (title, account, time)
- · HTML to Markdown conversion via markdownify