Skip to main content

Python wrapper for Yahoo Boss API

Project description

https://badge.fury.io/py/yboss.png https://pypip.in/d/yboss/badge.png

Python wrapper for Yahoo Boss API

Install

pip install yboss

Usage

from yboss import YBoss
boss = YBoss(key=key, secret=secret)
results = boss.search("Solar Filter")
for result in results:
    print result

{u"abstract": "...long text...",
 u"clickurl":"http://...",
 u"clickurl":"http://...",
 u"date": "",
 u"title": u"Solar Filter page etc..",
 u"url": "http://....."}

print result.url
u"http://....."

Features

  • Authenticate and search in YBoss API

History

0.1.0 (2014-03-28)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yboss-0.1.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

yboss-0.1.1-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page