seanbreckenridge / HPI

Human Programming Interface - a way to unify, access and interact with all of my personal data [my modules]
https://beepb00p.xyz/hpi.html
MIT License
69 stars 6 forks source link

unhandled google takeout files #12

Closed seanbreckenridge closed 3 years ago

seanbreckenridge commented 3 years ago
[RuntimeError('Unhandled file: /home/sean/data/google_takeout/Takeout-1616747344/My Activity/Google Translate/MyActivity.html'),
 RuntimeError('Unhandled file: /home/sean/data/google_takeout/Takeout-1616747344/My Activity/Podcasts/MyActivity.html'),
 RuntimeError('Unhandled file: /home/sean/data/google_takeout/Takeout-1616747344/Google Play Store/Promotion History.json')]

Also, probably worth it to figure this out finally

https://github.com/seanbreckenridge/HPI/blob/master/my/google/__init__.py#L3-L25

would be fine to just keep all takeouts, merging stuff using a set in memory and then wrapping raw_events in a mcachew