Skip to main content

A Python client for the Yo platform

Project description

Yo Python
=====

A Python client for the Yo platform. This is pretty pointless, but I want to try to overengineer it as much as possible, just for fun.

Pull Requests are actively encouraged!

Installation
==

`pip install python-yo`

Usage
==

````
import yo

API_TOKEN = '...'

yo_client = yo.Yo(API_TOKEN)

yo_client.yo() # Send a Yo to all your subscribers

yo_user = 'mcos'

yo_client.yo(username=yo_user) # Send a Yo to a specific user

````

Roadmap
==

Since I want to overengineer this in the future, the following needs to be done:

* Full test coverage
* Travis integration
* Updated documentation
* A landing page on Github pages
* Full git-flow workflow

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-yo-0.1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

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