This tool can import chat records from your im an store into single sqlite database.
This tool is based on another crate gchdb of mine, it provides database read-write abstraction and full-text indexing / retrieval feature based on tantivy and cang-jie.
- PC QQ Lite up to 6.7's Mht backup files (system messages can't parse now)
- Wechat iOS (basic msg/img/voice/video)
- Wechat Android (need help, welcome pr?)
- iMessages / Normal iOS Message
- Android Messages
Backup your qq chat records into mht files in QQ's chat history manager and don't rename them.
cargo run --release -- qq -o your_qq_number <mht_folder_path>
cargo run --release -- wc -c full_id_or_partial_name <ios_backup_folder_path>
cargo run --release -- sms -o your_nick_name <ios_backup_folder_path>
Welcome pull request :)
AGPL3.0