Google Module?

Mike Driscoll kyosohma at gmail.com
Wed Jun 18 08:52:39 EDT 2008


On Jun 18, 2:54 am, JulianMontez <julian.mon... at gmail.com> wrote:
> 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



More information about the Python-list mailing list