Posts tagged as:

bing

Python Wrapper on Bing API

by lakshman on June 10, 2009

The newly launched search engine Bing has a simple restful API. We have created a thin Python wrapper over this API, which allows to query the Bing servers in a very pythonic way. Installing this is as easy as easy_install bingapi. [Or get it here or here ] Using from bingapi import bingapi bing = [...]

{ 17 comments }