PyWxDump is a WeChat data extraction tool for Windows. It retrieves decrypted WeChat databases, chats, contacts, and multimedia from local WeChat installations. Current version 3.1.46, updated frequently (weekly/biweekly).
pip install pywxdumpVerified import paths — ran on the pinned version, not inferred.
Basic usage: initialize WxDump, get accounts (WeChat profiles), then proceed to decrypt and query databases.
Import `WxDump` from `pywxdump` and use its methods (e.g., `WxDump().__init__()` auto-extracts key).
Replace `get_wx_info()` with `wd = WxDump(); wd.get_accounts()`.
Ensure you are on Windows, WeChat is running and signed in. Use `WxDump(force_offline=False)` if you need to work with previously cached data (but decryption keys may be invalid after logout).
Run Python script as Administrator, or temporarily disable real-time protection.