{"id":13557522,"url":"https://github.com/javier/google_timeline_parser","last_synced_at":"2025-07-29T02:08:51.293Z","repository":{"id":66588523,"uuid":"77550285","full_name":"javier/google_timeline_parser","owner":"javier","description":"parse your google location history (timeline) after exporting from google takeout","archived":false,"fork":false,"pushed_at":"2018-01-16T12:06:25.000Z","size":3,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T11:38:11.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-28T17:38:01.000Z","updated_at":"2024-10-21T14:04:08.000Z","dependencies_parsed_at":"2024-01-19T18:04:07.635Z","dependency_job_id":null,"html_url":"https://github.com/javier/google_timeline_parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/javier/google_timeline_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fgoogle_timeline_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fgoogle_timeline_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fgoogle_timeline_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fgoogle_timeline_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javier","download_url":"https://codeload.github.com/javier/google_timeline_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Fgoogle_timeline_parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267617643,"owners_count":24116208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:04:23.961Z","updated_at":"2025-07-29T02:08:51.272Z","avatar_url":"https://github.com/javier.png","language":"Python","readme":"# google_timeline_parser\nparse your google location history (timeline) after exporting from google takeout\n\n* Export your timeline data with google takeout\n* Convert the json into a smaller JSON only with the fields we want using jq `cat LocationHistory.json |jq \"[.locations[] | {latitudeE7, longitudeE7, timestampMs}]\" \u003e filtered_locations.json ` \n* Convert the json summary into CSV with jsonv `cat filtered_locations.json |jsonv  latitudeE7,longitudeE7,timestampMs \u003e filtered_locations.csv` \n* Import the csv into your db. If using BigQuery you can just copy to gcloud and create an external table pointing to your file. Fields are timestamp(TIMESTAMP), date(DATE), lat(FLOAT),lng(FLOAT), and locality(STRING). All of them are required\n* Execute your query. I have an example to calculate whole absence days from the UK based on the collected data\n","funding_links":[],"categories":["Python","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Fgoogle_timeline_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavier%2Fgoogle_timeline_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Fgoogle_timeline_parser/lists"}