#Getting Started
The following python packages are required
pip install exifread
You'll need to get your Google location history manually for this to work. Go to https://takeout.google.com/settings/takeout
- Deselect everything
- Select "Location History"
- Click on Next Step
- Create Export
- Download the file
- Extract the Zip
- copy Takeout/Location History/Location History.json to the root of your project or use --google to give the path to the file
To run if you copied Location History.json to the root of your project:
python3 where.py
If not
python3 where.py --google /path/to/Location History.json
Once the script has run open map.html to see a map of your location history.