An open API service indexing awesome lists of open source software.

https://github.com/steinitzu/bingpy

A python interface to the Bing search api
https://github.com/steinitzu/bingpy

Last synced: 3 months ago
JSON representation

A python interface to the Bing search api

Awesome Lists containing this project

README

        

bingpy
======

A simple python interface to the Bing web search api.

Installation
=============
cd /tmp
git clone git://github.com/steinitzu/bingpy.git
cd bingpy
python setup.py install

This program depends on httplib2

Usage
=============
from bing import Bing
b = Bing(api_key='xxxxxxxx')
results = b['cupcakes']