Awesome
stars-to-addresses
Get addresses from Google starred locations
Dependencies
- Python
- lxml
- geopy
- simplekml
Usage
- Export your bookmarks: https://www.google.com/bookmarks/bookmarks.html?hl=en
- Run this script with the downloaded GoogleBookmarks.html on its directory
- Read the output
But... how to run the script?
There are several ways to do this, I'm not suggesting the only way, the correct way, and maybe not even the simplest way. Any doubts you have on this, please open an issue.
-
Clone this repository. You can find out how to do it on github's documentation;
-
Open the cloned directory, and place the GoogleBookmarks.html files there;
-
Execute the
stars-to-addresses.py
script (if you're using a console, just typepython stars-to-addresses.py
).