search google with python

Chris Rebert clp2 at rebertia.com
Wed Jan 25 05:27:18 EST 2012


On Wed, Jan 25, 2012 at 1:55 AM, Tracubik <affdfsdfdsfsd at b.com> 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?

https://developers.google.com/image-search/v1/jsondevguide
http://docs.python.org/library/json.html
http://docs.python.org/library/urllib2.html

Cheers,
Chris



More information about the Python-list mailing list