Yahoo BOSS python api
By : lakshman
Yahoo has a search api with generous limits, BOSS. There are a few python apis around it. But we wanted a lighter api, and one which has the same interface as out Bing Python api. So here is the updated bingapi.(Now with bossapi.py as well). Or svn it from here
Usage
Usage is mostly compatible with bingapi
In [2]: from bingapi import bossapi
In [3]: api = bossapi.Boss('<appid>')
In [4]: api.do_web_search('Uswaretech')
Out[4]: ....
In [5]: api.do_news_search('salsa')
Out[5]: ...
In [6]: api.do_siteexplorer_search('http://uswaretech.com')
Out[6]: .....
Related Posts
- Python Wrapper on Bing API
- Getting trending Github projects via YQL
- Django-SocialAuth - Login via twitter, facebook, openid, yahoo, google using a single app.
- Dropbox file upload handler for django
Can we help you build amazing apps? Contact us today.
This is great. Does anybody know how to offset the results in the same way as Bing?