https://github.com/pragkent/pyyp
Python wrapper for the Yunpian SMS API
https://github.com/pragkent/pyyp
Last synced: 3 months ago
JSON representation
Python wrapper for the Yunpian SMS API
- Host: GitHub
- URL: https://github.com/pragkent/pyyp
- Owner: pragkent
- License: mit
- Created: 2016-04-09T14:39:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T09:23:41.000Z (about 2 years ago)
- Last Synced: 2025-02-01T10:18:34.515Z (4 months ago)
- Language: Python
- Homepage: https://www.yunpian.com/
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pyyp
====.. image:: https://travis-ci.org/pragkent/pyyp.svg?branch=master
:target: https://travis-ci.org/pragkent/pyyp.. image:: https://codecov.io/github/pragkent/pyyp/coverage.svg?branch=master
:target: https://codecov.io/github/pragkent/pyyp?branch=masterpyyp is a wrapper of the *Yunpian SMS* API, written in Python.
Installation
------------To install pyyp, simply:
.. code-block:: bash$ pip install pyyp
Example
-------
.. code-block:: python>>> yunpian = pyyp.Yunpian(api_key=API_KEY)
>>> yunpian.send('13812345678', 'hello yunpian!')TODO
----
- Add unit tests