Python wrapper for Yahoo Boss API
Project description
Python wrapper for Yahoo Boss API
Free software: BSD license
Documentation: http://yboss.rtfd.org.
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file yboss-0.1.1.tar.gz
.
File metadata
- Download URL: yboss-0.1.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6712acda7352a4248515bda137f0375c98cf21f0cefe84be80cf3628c66fa1f |
|
MD5 | 863761aebeaf17dcb1e43c172e77bba5 |
|
BLAKE2b-256 | 842b76a36044cefb21c8ed6419f97882add100abe0e9f285df55e2bb2e54ea8e |
Provenance
File details
Details for the file yboss-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: yboss-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bd5d54db9334c8ee3669987fc3d6e7777a79d6af1531c0ac93ec9893a392079 |
|
MD5 | d820ffe700b4b8ea21d30ad910e74e72 |
|
BLAKE2b-256 | 2d818d79b27db2160de9ac5f2fcefffc76e622678b29328a3bb96dc3286ba5e2 |