Powerphil
Posts: 72
Joined: Sat Aug 04, 2012 9:36 pm

Google latitude for rpi

Sun Oct 14, 2012 6:55 pm

Hi,
Does anyone know how to get google latitude on pi?

Powerphil
Posts: 72
Joined: Sat Aug 04, 2012 9:36 pm

Re: Google latitude for rpi

Tue Oct 16, 2012 9:11 pm

Bump


Can any one help?.

nics
Posts: 1
Joined: Mon Nov 19, 2012 6:25 pm

Re: Google latitude for rpi

Mon Nov 19, 2012 6:42 pm

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

Return to “Other projects”