Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marado/stars-to-addresses
Get addresses from Google location stars
https://github.com/marado/stars-to-addresses
Last synced: about 2 months ago
JSON representation
Get addresses from Google location stars
- Host: GitHub
- URL: https://github.com/marado/stars-to-addresses
- Owner: marado
- License: gpl-3.0
- Created: 2014-08-15T16:09:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T01:59:12.000Z (over 4 years ago)
- Last Synced: 2024-05-01T13:00:06.229Z (8 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 35
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stars-to-addresses
==================Get addresses from Google starred locations
Dependencies
------------
* Python
* lxml
* geopy
* simplekmlUsage
-----* 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 outputBut... 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](https://github.com/marado/stars-to-addresses/issues).1) Clone this repository. You can find out how to do it on [github's
documentation](https://help.github.com/articles/cloning-a-repository/);2) Open the cloned directory, and place the GoogleBookmarks.html files there;
3) Execute the `stars-to-addresses.py` script (if you're using a console,
just type `python stars-to-addresses.py`).