dogsheep / google-takeout-to-sqlite

Save data from Google Takeout to a SQLite database
Apache License 2.0
105 stars 8 forks source link

Feature Request: Gmail #4

Open Btibert3 opened 3 years ago

Btibert3 commented 3 years ago

From takeout, I only exported my Gmail account. Ideally I could parse this into sqlite via this tool.

UtahDave commented 3 years ago

I've got this almost working. Just needs some polish

Btibert3 commented 3 years ago

Awesome!

UtahDave commented 3 years ago

@Btibert3 I've opened a PR with my initial attempt at this. Would you be willing to give this a try?

https://github.com/dogsheep/google-takeout-to-sqlite/pull/5

Btibert3 commented 3 years ago

I am just seeing this sorry, yes! I will kick the tires later on tonight. My apologies for the delay.

Btibert3 commented 3 years ago

Sorry for the delay, I got sidetracked after class last night. I am getting the following error:

/content# google-takeout-to-sqlite mbox takeout.db Takeout/Mail/gmail.mbox 
Usage: google-takeout-to-sqlite [OPTIONS] COMMAND [ARGS]...Try 'google-takeout-to-sqlite --help' for help.

Error: No such command 'mbox'.

On the box, I installed with pip after cloning: https://github.com/UtahDave/google-takeout-to-sqlite.git