Skip to content
/ yo-py Public

A completely pointless and over-engineered Python client for the Yo platform - http://www.justyo.co/

License

Notifications You must be signed in to change notification settings

mcos/yo-py

Repository files navigation

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

About

A completely pointless and over-engineered Python client for the Yo platform - http://www.justyo.co/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages