using google search api for python

2008-12-12 Thread Matt
You might want to try this Google Search API for Python. Sample implementation: >>> from Google import Google, search >>> results = search('blackcodeseo.com', 3) >>> for result in results: … print 'Title: %s' % (result.title()) … pri

Re: using google search api for python

2007-05-23 Thread John Nagle
Vyacheslav Maslov wrote: > Gerardo Herzig wrote: > >> Hi all. Im looking for the pyGoogle for making google searchs y a >> python script. The thing is, all im founding is an AJAX api, but the >> application ill use is NOT a web app. So, someone know if there is a >> pure python api that i can d

Re: using google search api for python

2007-05-23 Thread Vyacheslav Maslov
Gerardo Herzig wrote: > Hi all. Im looking for the pyGoogle for making google searchs y a python > script. The thing is, all im founding is an AJAX api, but the > application ill use is NOT a web app. So, someone know if there is a > pure python api that i can download and use? > > Thanks! > Ge

Re: using google search api for python

2007-05-23 Thread Maric Michaud
Larry Bates a écrit : > Gerardo Herzig wrote: >> Hi all. Im looking for the pyGoogle for making google searchs y a python >> script. The thing is, all im founding is an AJAX api, but the >> application ill use is NOT a web app. So, someone know if there is a >> pure python api that i can download a

Re: using google search api for python

2007-05-22 Thread Larry Bates
Gerardo Herzig wrote: > Hi all. Im looking for the pyGoogle for making google searchs y a python > script. The thing is, all im founding is an AJAX api, but the > application ill use is NOT a web app. So, someone know if there is a > pure python api that i can download and use? > > Thanks! > Gerar

Re: using google search api for python

2007-05-22 Thread Gabriel Genellina
En Tue, 22 May 2007 15:34:08 -0300, Gerardo Herzig <[EMAIL PROTECTED]> escribió: > Hi all. Im looking for the pyGoogle for making google searchs y a python > script. The thing is, all im founding is an AJAX api, but the > application ill use is NOT a web app. So, someone know if there is a > pur

using google search api for python

2007-05-22 Thread Gerardo Herzig
Hi all. Im looking for the pyGoogle for making google searchs y a python script. The thing is, all im founding is an AJAX api, but the application ill use is NOT a web app. So, someone know if there is a pure python api that i can download and use? Thanks! Gerardo -- http://mail.python.org/mai