Skip to main content

Python Notix Push notification wrapper

Project description

Build Status Code Grade Coverage Status Documentation Status

notix-python

Notix Push Notiication Wrapper

Installation

Use pip to install latest package from PyPI.

pip install notix-python

Usage

To use this package

from notix.notix_api import Notix

app_id = "Your Notix App Id"

token = "Your API token"

notix_object = Notix(app_id, token)

message = { 

    "message": {
    
    "title": "test Notification", 
    
    "text":"sample notifiaction text"
    
    }}
    
resp = notix_object.send_notification(message)

print(resp)

Documentation

For full documentation check Here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notix-python-0.1.0.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

notix_python-0.1.0-py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page