Skip to content

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

License

Notifications You must be signed in to change notification settings

darkskygit/ChatImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages