šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

yboss

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yboss

Python wrapper for Yahoo Boss API

0.1.1
PyPI
Maintainers
2

=============================== Ybosspy

.. image:: https://badge.fury.io/py/yboss.png :target: http://badge.fury.io/py/yboss

.. image:: https://pypip.in/d/yboss/badge.png :target: https://crate.io/packages/yboss?version=latest

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.

Keywords

yboss

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts