An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

python-onesignal is a Python wrapper for the OneSignal REST API.

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/