Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpletz/python-geotools
Access Google Geolocation API using Python
https://github.com/fpletz/python-geotools
Last synced: about 2 months ago
JSON representation
Access Google Geolocation API using Python
- Host: GitHub
- URL: https://github.com/fpletz/python-geotools
- Owner: fpletz
- License: mit
- Created: 2010-09-19T10:42:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-19T10:42:59.000Z (over 14 years ago)
- Last Synced: 2023-04-21T15:10:13.102Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
python-geotools
===============This is for now just a quick hack on how to use the Google Geolocation API with
plain Python using the visible wireless access points on your system.Run get_location.py to see it in action.
Dependencies
-----------
* Python 2.7Links
-----* Google Geolocation API: https://code.google.com/apis/gears/geolocation_network_protocol.html
License
-------MIT License, see LICENSE.