Skip to content

Instantly share code, notes, and snippets.

@git-shogg
Created July 25, 2021 03:33
Show Gist options
  • Save git-shogg/ca0f67bf7e09fc68b096c640afb60f29 to your computer and use it in GitHub Desktop.
Save git-shogg/ca0f67bf7e09fc68b096c640afb60f29 to your computer and use it in GitHub Desktop.
Google_Timeline_Summary-Step_03.py
###############################################################################
# 3. Get Data #
###############################################################################
json_file = "Location History.json"
data = json.load(open(json_file)) # Read the file
locations = data['locations']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment