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
- Host: GitHub
- URL: https://github.com/steinitzu/bingpy
- Owner: steinitzu
- Created: 2012-12-23T04:38:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T18:20:19.000Z (over 12 years ago)
- Last Synced: 2025-01-14T11:17:24.395Z (4 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 httplib2Usage
=============
from bing import Bing
b = Bing(api_key='xxxxxxxx')
results = b['cupcakes']