On Jun 18, 2:54 am, JulianMontez <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list