Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.babsi.de!open-news-network.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'json': 0.07; "subject:' ": 0.07; 'urllib2': 0.07; 'promising': 0.09; 'url:blog': 0.10; 'api': 0.11; 'cc:addr:python-list': 0.11; 'from:addr:lists': 0.16; 'ioerror:': 0.16; 'subject:search': 0.16; 'supported.': 0.16; 'thoughts?': 0.16; 'url:json': 0.16; 'url:query': 0.16; 'url:urllib': 0.16; 'urllib': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'trying': 0.19; 'thu,': 0.19; 'url:view': 0.20; 'import': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'print': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'query': 0.26; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'specified': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; '13,': 0.31; 'search.': 0.31; 'url:05': 0.31; 'file': 0.32; 'url:python': 0.33; 'subject:time': 0.33; "i'd": 0.34; 'problem': 0.35; 'basic': 0.35; "can't": 0.35; 'problem.': 0.35; 'point.': 0.35; 'test': 0.35; 'but': 0.35; 'executing': 0.36; 'url:listinfo': 0.36; 'shows': 0.36; 'url:org': 0.36; 'url:library': 0.38; 'pm,': 0.38; 'does': 0.39; 'url:2012': 0.39; 'url:mail': 0.40; 'skip:u 10': 0.60; 'url:%20': 0.61; 'matter': 0.61; 'received:173': 0.61; 'header:Message-Id:1': 0.63; 'received:phx3.secureserver.net': 0.65; 'received:prod.phx3.secureserver.net': 0.65; 'url:user': 0.65; 'to:addr:gmail.com': 0.65; 'url:%1': 0.72; 'subject:get': 0.81; 'url:50': 0.84; '2013,': 0.91; 'closer.': 0.91; 'received:173.201': 0.91; 'subject:results': 0.91; '2013': 0.98 Content-Type: multipart/alternative; boundary="Apple-Mail=_2E25CB64-6453-4E04-B4E4-212613786B0C" Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Having a hard time to 'get' bing api search results From: Kevin LaTona In-Reply-To: Date: Thu, 13 Jun 2013 15:45:58 -0700 References: To: Yves S. Garret X-Mailer: Apple Mail (2.1499) X-Mailman-Approved-At: Fri, 14 Jun 2013 10:20:30 +0200 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 121 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371198031 news.xs4all.nl 15919 [2001:888:2000:d::a6]:52104 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48080 --Apple-Mail=_2E25CB64-6453-4E04-B4E4-212613786B0C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 I did a quick test with url lib instead of urllib2 and got closer. Problem right now is without ID code I can't check any further. But it does look promising at this point. If all else fails http://docs.python.org/2/library/urllib.html#examples import urllib f =3D = urllib.urlopen('https://user:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@a= pi.datamarket.azure.com/Bing/SearchWeb/Web?Query=3D%27xbox%20one%27&$top=3D= 50&$format=3DJSON') print f.read() IOError: ('http error', 401, 'The authorization type you provided is not = supported. Only Basic and OAuth are supported', On Jun 13, 2013, at 2:31 PM, Yves S. Garret = wrote: > This is the format that I've been following: > = http://gavinmhackeling.com/blog/2012/05/using-the-bing-search-api-in-pytho= n/ >=20 > If I execute the specified query from a browser, the JSON file > shows up without a problem. Now, I'd like to do that = programmatically. >=20 >=20 > On Thu, Jun 13, 2013 at 4:57 PM, Yves S. Garret = wrote: > Hello all, >=20 > This is my dilemma, I'm trying to get the generated JSON file using = the bing api=20 > search. >=20 > This is the code that I'm executing from inside the shell: > http://bin.cakephp.org/view/460660617 >=20 > The port doesn't matter to me. Thoughts? >=20 > --=20 > http://mail.python.org/mailman/listinfo/python-list --Apple-Mail=_2E25CB64-6453-4E04-B4E4-212613786B0C Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 http://docs= .python.org/2/library/urllib.html#examples

import urllib


print = f.read()



IOError: = ('http error', 401, 'The authorization type you provided is not = supported.  Only Basic and OAuth are = supported',



<= br>

On Jun 13, 2013, at 2:31 PM, Yves S. Garret = <yoursurrogategod@gmail.com&= gt; wrote:

This is the format that I've been = following:
http://gavinmhackeling.com/blog/2012/05/using-the-bing-search-= api-in-python/

If I execute the specified query from a browser, the JSON = file
shows up without a problem.  Now, I'd like to do that = programmatically.


On Thu, Jun 13, 2013 at 4:57 PM, Yves S. Garret = <yoursurrogategod@gmail.com> wrote:
Hello all,

This is my dilemma, I'm trying = to get the generated JSON file using the bing api
search.

This is the code that I'm executing from inside the = shell:
http://bin.cakephp.org/view/460660617

The port doesn't matter to me.  Thoughts?

--
http://mail.p= ython.org/mailman/listinfo/python-list

= --Apple-Mail=_2E25CB64-6453-4E04-B4E4-212613786B0C--