Hacky repo to parse Google Timeline exports in JSON format
- Go to google and export your timeline https://takeout.google.com/settings/takeout
- Unzip all the files somewhere
- python timeline_parse.py FILENAME (where FILENAME is one of the JSON files which is under the "Takeout\Location History\Semantic Location History\YEAR" subdirectories)
You may want to edit the example as it does some filtering and tries to be a bit intelligent but probably fails in some cases.