jberkel / sms-backup-plus

Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
https://play.google.com/store/apps/details?id=com.zegoggles.smssync
Apache License 2.0
1.79k stars 497 forks source link

Feature Request: Support backing up WhatsApp using exported chat logs #1025

Open dpkg opened 4 years ago

dpkg commented 4 years ago

One of the best feature was backing up WhatsApp chats (because that's like the mostly used app among many). Too bad encryption got added in their backup files and this beloved app lost the ability to sync them up in personal gmail.

But WhatsApp still allows exporting chats as .txt files.

// example chat in the .txt file

10/26/18, 21:25 - Deepak Giri: Hey, do you want to support this feature?
10/26/18, 21:28 - jberkel: Sure, let me try.
// so the format looks like is

[timestamp] - [whatsapp username]: [message]\n

If we can somehow parse this and support syncing in gmail, that'll be awesome!

Expected behaviour: allowing WhatsApp exported txt files to be backed up like regular SMSs

Actual behaviour: its not supported yet

I really wish I could do it myself, I setup my local environment for android development, but it's just hard to find time to first learn some android, then figure out how this app works, and then finally make the changes. I already forked this as my plan was to try work on it myself and create a PR back to master, but my way is going to take really long. So raising this feature request here (maybe i'll also spend some time later).

kurahaupo commented 4 years ago

@dpkg thanks for the suggestion.

The project owner (@jberkel) had been busy lately, but I'm certainly keen to include this and similar proposals in a future roadmap.