https://github.com/jiegec/wechat-dump
Dump wechat messages into readable format
https://github.com/jiegec/wechat-dump
Last synced: 5 months ago
JSON representation
Dump wechat messages into readable format
- Host: GitHub
- URL: https://github.com/jiegec/wechat-dump
- Owner: jiegec
- License: mit
- Created: 2021-02-05T08:41:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T00:19:13.000Z (5 months ago)
- Last Synced: 2026-02-26T04:45:55.103Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 233 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wechat-dump
Dump wechat messages into readable format.
Steps:
1. Backup iPhone via iMazing
2. Extract files from iMazing backup via File System -> Backup -> Apps -> AppDomain-com.tencent.xin -> Documents/uid/DB
- message_*.sqlite
- MM.sqlite
- WCDB_Contact.sqlite
- WCDB_OpLog.sqlite
Copy them to Mac.
3. Run this program with the folder containing files above:
```shell
cargo run -- /path/to/wechat/db
```
Learned from the following repos:
- https://github.com/stomakun/WechatExport-iOS
- https://github.com/BlueMatthew/WechatExporter
- https://github.com/ppwwyyxx/wechat-dump