This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
For a visa application, I need to provide a list of all countries I've visited in the past 10 | |
years, along with the associated entry/exit dates. | |
This is a pain as I've visited 37 countries in that timeframe. | |
This script parses Google location history to provide a list of countries visited along with entry/exit dates. | |
Usage: | |
1) Download and unzip timeline history from https://takeout.google.com/ |
OlderNewer