Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/wechat-dump
https://github.com/jiegec/wechat-dump
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiegec/wechat-dump
- Owner: jiegec
- License: mit
- Created: 2021-02-05T08:41:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T13:47:15.000Z (4 months ago)
- Last Synced: 2024-10-26T22:48:41.252Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 126 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- 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.sqliteCopy 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