Skip to content

michaelhelmick/python-onesignal

Repository files navigation

python-onesignal

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

Usage

>>> from onesignal import OneSignal
>>> onesignal = OneSignal(API_KEY)
>>> onesignal.apps()

Install

Install python-onesignal via pip

$ pip install python-onesignal

or, with easy_install

$ easy_install python-onesignal

But, hey... that's up to you.

Documentation

Documentation can be found here: https://python-onesignal.readthedocs.org/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages