Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloria/yopy
Zero characters communication for humans
https://github.com/sloria/yopy
Last synced: 16 days ago
JSON representation
Zero characters communication for humans
- Host: GitHub
- URL: https://github.com/sloria/yopy
- Owner: sloria
- Created: 2014-07-02T04:21:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T22:54:29.000Z (about 10 years ago)
- Last Synced: 2024-10-04T17:58:34.586Z (about 1 month ago)
- Language: Python
- Size: 121 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
**********************************************
yopy: Zero characters communication for humans
**********************************************.. code-block:: python
from yopy import Yo
# Send a single yo
y = Yo('ronaldmcdonald')
y.yo('hamburglar')# 'Yo' all subscribers
y = Yo(token='')
y.yo_all()Or, from the command line:
.. code-block:: bash
$ yopy ronaldmcdonald hamburglar
`MIT Licensed `_