Google Module?

J

JulianMontez

Just started learning Python and wanted to make a program that would
retrieve files that were indexed by Google. These files can be
filtered by their extensions, nothing too difficult. :)

I wanted to know if there was a module that would allow me to access
the API easily within Python. I don't think that pyGoogle works
anymore (supposedly the SOAP API was discontinued).

Thanks in advance!
 
M

Mike Driscoll

Just started learning Python and wanted to make a program that would
retrieve files that were indexed by Google. These files can be
filtered by their extensions, nothing too difficult. :)

I wanted to know if there was a module that would allow me to access
the API easily within Python. I don't think that pyGoogle works
anymore (supposedly the SOAP API was discontinued).

Thanks in advance!


You're probably looking for the gdata module: http://code.google.com/p/gdata-python-client/

It hooks into most of Google's APIs.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,812
Latest member
GracielaWa

Latest Threads

Top