darkskygit / ChatImporter

import chat records from your im and store into single sqlite database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Importer

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.

Now support & Todo

  • 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

Usage

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>

Contributing

Welcome pull request :)

License

AGPL3.0

About

import chat records from your im and store into single sqlite database

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%