Socket
Socket
Sign inDemoInstall

yboss

Package Overview
Dependencies
0
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yboss

Python wrapper for Yahoo Boss API


Maintainers
2

Readme

=============================== 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

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc