Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48020
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <yoursurrogategod@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.028 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'json': 0.07; "subject:' ": 0.07; 'api': 0.11; 'me.\xa0': 0.16; 'subject:search': 0.16; 'thoughts?': 0.16; 'all,': 0.19; 'trying': 0.19; 'url:view': 0.20; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'search.': 0.31; 'file': 0.32; 'subject:time': 0.33; 'received:google.com': 0.35; 'executing': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'matter': 0.61; 'subject:get': 0.81; 'subject:results': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MrINvoysWBHdVTTvAmNJlbudgoMX6wG0isdDEKhQ+qQ=; b=GeEQhgj3V7wuNhOoUSJ7tnQc6a2TlS0Ejxe8WQIWrZ9MY0aPuAuhzBr8B7usEfD0DT TK7ZMcr1DK9HLlXwRAcA9qTf9PaTIYcSf58t04DtJGESYdGdz/PLQxm1v/k55gVZhPhY KXmgPhtMxo5l6PPHCqVqEA0lKmKpczCB3k2qocdOmY+HuieDnjtBfaVuF7a0eppPV33D 8AkQsCGAXfODVzK9hHgYq0cIsrMDCACjzkDpfPvkFDkhW3TmufkC7fJnxf4RH5hdslsS RHsTuup3P+VHtCHh9a8x2bGZQfzI5H2Y0snsRFgKsq7/vh7J7A9W8+3N1o1aB9dGjoj6 vTQw== |
| MIME-Version | 1.0 |
| X-Received | by 10.180.206.205 with SMTP id lq13mr1601781wic.42.1371157053655; Thu, 13 Jun 2013 13:57:33 -0700 (PDT) |
| Date | Thu, 13 Jun 2013 16:57:33 -0400 |
| Subject | Having a hard time to 'get' bing api search results |
| From | "Yves S. Garret" <yoursurrogategod@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=001a11c382d41d52e304df0f61ab |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3222.1371157061.3114.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1371157061 news.xs4all.nl 15903 [2001:888:2000:d::a6]:34759 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:48020 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Having a hard time to 'get' bing api search results "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-06-13 16:57 -0400
Re: Having a hard time to 'get' bing api search results John Gordon <gordon@panix.com> - 2013-06-13 21:09 +0000
Re: Having a hard time to 'get' bing api search results "jm2@studiosola.com" <jm2@studiosola.com> - 2013-06-13 14:20 -0700
csiph-web