cv-cat

cv-cat / WechatOAApis

Public

WeChat Official Accounts 微信公众号算法逆向

18
18
69% credibility
Found Apr 16, 2026 at 18 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

This repository offers a web service to search WeChat public accounts, retrieve full lists of their articles, and parse individual article contents including text and images.

How It Works

1
📖 Discover the collector

You find a simple tool online that helps gather all articles from WeChat public accounts for learning purposes.

2
🔑 Log into WeChat

You open WeChat public account page on your computer browser and sign in to prepare your access.

3
⚙️ Launch the tool

You start the tool on your computer, and it opens a friendly web page to use right in your browser.

4
🔍 Search for an account

You type the name of the public account you're interested in, and it finds the unique identifier.

5
📜 Fetch all articles

You request the complete list of articles from that account, and it patiently gathers them page by page.

6
📖 Explore article details

You pick an article link, and it pulls out the full story, pictures, author info, and publish date.

💾 Save your collection

All the articles and images are neatly saved to folders on your computer, ready for your research.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 18 to 18 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is WechatOAApis?

WechatOAApis is a Python FastAPI service that lets you scrape WeChat official accounts using your own login credentials from the platform. It solves the pain of manually collecting articles by providing endpoints to search accounts by name (grabbing their fakeid), fetch full paginated lists of posts, and parse details like titles, full text, images, authors, and publish times. Run it locally or via Docker, hit the interactive docs at /docs, and export data for analysis—no WeChat API keys needed, just browser-snagged token and cookies.

Why is it gaining traction?

Unlike generic scrapers, it handles WeChat's anti-spam with built-in sleep delays and auto-paging for complete archives, plus clean article parsing that pulls images and metadata ready for export. Devs dig the simple POST endpoints (e.g., /get_fakeid, /get_shop_works, /get_work_detail) and batch scripts for downloading everything to folders. On GitHub, it's a go-to for WeChat official account data pulls, standing out for its focus on this niche without bloat.

Who should use this?

Data scientists tracking WeChat official account trends, marketers analyzing competitor posts, or researchers archiving Chinese social content. Ideal for backend devs building WeChat export tools or miniprogram integrations who need quick, full-text dumps without fighting obfuscated pages.

Verdict

Solid for targeted WeChat official account scraping if you have login access, with strong docs and Docker support, but its 18 stars and 0.7% credibility score signal early-stage maturity—test thoroughly and respect rate limits before production use. Worth a fork for custom tweaks.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.