Google Module?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JulianMontez

    Google Module?

    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!
  • Mike Driscoll

    #2
    Re: Google Module?

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

    Comment

    Working...