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.
Release files for yboss 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yboss-0.1.1.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yboss-0.1.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 10.2 kB
Release files / yboss-0.1.1.tar.gz
| Download URL | yboss-0.1.1.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6712acda7352a4248515bda137f0375c98cf21f0cefe84be80cf3628c66fa1f
|
|
BLAKE2b-256 checksum How to use checksums |
842b76a36044cefb21c8ed6419f97882add100abe0e9f285df55e2bb2e54ea8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / yboss-0.1.1-py2.py3-none-any.whl
| Download URL | yboss-0.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0bd5d54db9334c8ee3669987fc3d6e7777a79d6af1531c0ac93ec9893a392079
|
|
BLAKE2b-256 checksum How to use checksums |
2d818d79b27db2160de9ac5f2fcefffc76e622678b29328a3bb96dc3286ba5e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |