Re: search google with python

2012-01-25 Thread John Nagle
On 1/25/2012 8:38 AM, Jerry Hill wrote: On Wed, Jan 25, 2012 at 5:36 AM, Tracubik wrote: thanks a lot but it say it's deprecated, is there a replacement? Anyway it'll useful for me to study json, thanks :) I don't believe Google is particularly supportive of allowing third-parties (like us) t

Re: search google with python

2012-01-25 Thread Jerry Hill
On Wed, Jan 25, 2012 at 5:36 AM, Tracubik wrote: > thanks a lot but it say it's deprecated, is there a replacement? Anyway > it'll useful for me to study json, thanks :) I don't believe Google is particularly supportive of allowing third-parties (like us) to use their search infrastructure. All

Re: search google with python

2012-01-25 Thread Tracubik
Il Wed, 25 Jan 2012 02:27:18 -0800, Chris Rebert ha scritto: > On Wed, Jan 25, 2012 at 1:55 AM, Tracubik wrote: >> Hi all, >> i'ld like to make a simple program for searching images from python. >> All it have to do is make a search in google images and return the link >> of the images (20 images

Re: search google with python

2012-01-25 Thread Chris Rebert
On Wed, Jan 25, 2012 at 1:55 AM, Tracubik wrote: > Hi all, > i'ld like to make a simple program for searching images from python. > All it have to do is make a search in google images and return the link > of the images (20 images is enough i think) > > Is there any API or modules i can use? http

search google with python

2012-01-25 Thread Tracubik
Hi all, i'ld like to make a simple program for searching images from python. All it have to do is make a search in google images and return the link of the images (20 images is enough i think) Is there any API or modules i can use? Thanks a lot Nico -- http://mail.python.org/mailman/listinfo/py