Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!news.mixmin.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.04; 'subject:search': 0.07; 'api': 0.09; 'subject:python': 0.10; '25,': 0.12; 'am,': 0.12; 'cc:addr:python-list': 0.15; 'wrote:': 0.16; 'wed,': 0.17; 'jan': 0.19; 'cheers,': 0.20; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.25; 'all,': 0.27; 'received:209.85.220': 0.27; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'use?': 0.30; 'chris': 0.30; 'url:library': 0.30; 'modules': 0.32; 'there': 0.33; 'url:python': 0.36; 'google': 0.36; 'received:google.com': 0.37; 'enough': 0.37; 'received:209.85': 0.38; 'subject:with': 0.38; 'url:docs': 0.39; 'url:org': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'link': 0.63; 'sender:addr:chris': 0.84; 'to:none': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:cc:x-gm-message-state :content-type; bh=nffLAYN6fRrHa7zN46SxkgjG29tBSeTF5Sn6qqxx0BU=; b=V/2bj5qxmWJ5HbhQPQzokiIQMT2JVUlcAV2w1L8wqklAl6C2ERRhyw3nhGh1synUMc O16naDd1eagaiWC65+EV6HjpdwKLQSNjK1qxmFyw59hNvrTv0WUV2G9lJkWCEstAoLVK FiH4a8Cml72TgHM1hJncSWq2OibqNp0EneriA= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: <4f1fd175$0$1375$4fafbaef@reader2.news.tin.it> References: <4f1fd175$0$1375$4fafbaef@reader2.news.tin.it> Date: Wed, 25 Jan 2012 02:27:18 -0800 X-Google-Sender-Auth: lwHZNbq-ayAL-gzpzAYNAI35zkY Subject: Re: search google with python From: Chris Rebert Cc: python-list@python.org X-Gm-Message-State: ALoCoQluY6t/6hG1GuHI3EjAS6CfS7cZ4sHzNOQ4PDDcK6Mvs93RT/uhXPyYDSNzKpn6JUZbyeS4 Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327487247 news.xs4all.nl 6892 [2001:888:2000:d::a6]:41416 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19392 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? https://developers.google.com/image-search/v1/jsondevguide http://docs.python.org/library/json.html http://docs.python.org/library/urllib2.html Cheers, Chris