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
=====
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file python-yo-0.1.0.tar.gz.
File metadata
- Download URL: python-yo-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0a0b062420a1ed4e785e738008e0647f0311734549781438220a8f85fd6dee4
|
|
| MD5 |
be26d92f565371cb1dd08776cf3b58a5
|
|
| BLAKE2b-256 |
4259370b6eea4698cd4c463f70386c8331d52fd177e4074968dce3e139d4dacc
|