https://github.com/needmorecowbell/google-location-history-to-daily-md
Takes a google takeout location history export and moves it into a timeline section for daily notes
https://github.com/needmorecowbell/google-location-history-to-daily-md
Last synced: 6 months ago
JSON representation
Takes a google takeout location history export and moves it into a timeline section for daily notes
- Host: GitHub
- URL: https://github.com/needmorecowbell/google-location-history-to-daily-md
- Owner: needmorecowbell
- Created: 2022-05-05T13:30:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T13:32:37.000Z (over 3 years ago)
- Last Synced: 2025-02-11T18:01:41.937Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Takeout Location History: Create Daily Markdown Timeline
## Usage
- Enter in your output and location history directory in the top of the script, then run the file: `python create_daily_timeline.py`## Requirements
- A google takeout export including location history
- python3## Example output
**Filename:** 01-01-2022.md
```markdown
---
tags: ['notes/daily']
---# 01-01-2022 Daily Notes
## Associations
--------
## Notes
------
## References
1.## Timeline
----
**Arrival**:: 8:01 am
**Departure**:: 10:01 am
**Duration**:: 2.0 hours, 0.0 minutes
**Place**:: Fake Shopping Center
**Address**:: 123 Address St, Town, MI ZIPCODE, COUNTRY
**Lat/Lon**:: xxxxxxxx, xxxxxxxx----
**Arrival**:: 11:00 am
**Departure**:: 07:00 pm
**Duration**:: 8.0 hours, 0.0 minutes
**Place**:: 321 Address St
**Address**:: 321 Address St, Town, MI ZIPCODE, COUNTRY
**Lat/Lon**:: xxxxxxxx, xxxxxxxx```