Skip to main content

A simple Yo! API for python.

Project description

As of now, you can:

1.Get the number of subscribers

2.Send a Yo! to all subscribers

3.Send a Yo! to a specific user

YoPy requires a Yo! API access token. You can get one by registering at http://dev.justyo.co/

YoPy requires the module requests. Get it from http://docs.python-requests.org/

Here is a Python 2 example :

import yopy

token = <your_api_token>

username = “PARTHDHAR”

link = “https://github.com/espice/YoPy

yo = yopy.Yo(token)

print yo.number()

yo.yoall(link)

yo.youser(username, link)

Parth Dhar 2014

Project details


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