{"library":"pywxdump","title":"PyWxDump","description":"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).","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pywxdump"],"cli":{"name":"wxdump","version":""}},"imports":["from pywxdump import WxDump"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pywxdump import WxDump\n\nwd = WxDump()\n# auto-detect WeChat process, extract decrypted key, and init\naccounts = wd.get_accounts()\nprint(accounts)\n# Example output: [{'wxid': 'wxid_xxx', 'mobile': '', 'name': 'User', 'email': ''}]\n# Then use account info to access databases\n","lang":"python","description":"Basic usage: initialize WxDump, get accounts (WeChat profiles), then proceed to decrypt and query databases.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}