Page 1 of 1

Google latitude for rpi

Posted: Sun Oct 14, 2012 6:55 pm
by Powerphil
Hi,
Does anyone know how to get google latitude on pi?

Re: Google latitude for rpi

Posted: Tue Oct 16, 2012 9:11 pm
by Powerphil
Bump


Can any one help?.

Re: Google latitude for rpi

Posted: Mon Nov 19, 2012 6:42 pm
by nics
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