Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19392

Re: search google with python

References <4f1fd175$0$1375$4fafbaef@reader2.news.tin.it>
Date 2012-01-25 02:27 -0800
Subject Re: search google with python
From Chris Rebert <clp2@rebertia.com>
Newsgroups comp.lang.python
Message-ID <mailman.5068.1327487247.27778.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

search google with python Tracubik <affdfsdfdsfsd@b.com> - 2012-01-25 09:55 +0000
  Re: search google with python Chris Rebert <clp2@rebertia.com> - 2012-01-25 02:27 -0800
    Re: search google with python Tracubik <affdfsdfdsfsd@b.com> - 2012-01-25 10:36 +0000
      Re: search google with python Jerry Hill <malaclypse2@gmail.com> - 2012-01-25 11:38 -0500
        Re: search google with python John Nagle <nagle@animats.com> - 2012-01-25 12:15 -0800

csiph-web