https://github.com/michaelhelmick/python-onesignal
python-onesignal is a Python wrapper for the OneSignal REST API.
https://github.com/michaelhelmick/python-onesignal
Last synced: 6 months ago
JSON representation
python-onesignal is a Python wrapper for the OneSignal REST API.
- Host: GitHub
- URL: https://github.com/michaelhelmick/python-onesignal
- Owner: michaelhelmick
- License: mit
- Created: 2017-01-31T19:57:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T14:11:24.000Z (about 9 years ago)
- Last Synced: 2025-08-02T21:48:19.857Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
python-onesignal
================
python-onesignal is a Python wrapper for the OneSignal REST API.
Usage
-----
.. code-block:: python
>>> from onesignal import OneSignal
>>> onesignal = OneSignal(API_KEY)
>>> onesignal.apps()
Install
-------
Install python-onesignal via `pip `_
.. code-block:: bash
$ pip install python-onesignal
or, with `easy_install `_
.. code-block:: bash
$ easy_install python-onesignal
But, hey... `that's up to you `_.
Documentation
-------------
Documentation can be found here: https://python-onesignal.readthedocs.org/