Hello,
I managed to use the google python api client (
http://code.google.com/p/google-api-pyt ... loads/list) to connect to latitude and get location history (android cell updates my location).
Then used python scripts to fire up my pc and tv when I'm near my home...
I modified a simple script to get location from latitude (
http://code.google.com/p/google-api-pyt ... 983fd14173)
to only get the location history from latitude modify:
Code: Select all
request= service.currentLocation().get(granularity='best').execute(http=http)
Then using simple script with sed etc you can do what you need from rpi.
BR,
Nics