Python Notix Push notification wrapper
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file notix-python-0.1.0.tar.gz.
File metadata
- Download URL: notix-python-0.1.0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b49cc58bd642cd22daaa51e7fc5478b0b0bc333b29d493a64195d93f62fd22a5
|
|
| MD5 |
0d9a8e12f2ca7ecc8f73d0b645c2c3df
|
|
| BLAKE2b-256 |
d3f2ae3a5698cbe2b50f4cefef68b450c2cc40f0a9337f43e10ab74494cdd330
|
File details
Details for the file notix_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: notix_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f22659a55a4a78b2878835eefb2337c87df35143a8d71ed16443775f37ab8bd
|
|
| MD5 |
53a84c1dc014d4ee0753d9b652c101b7
|
|
| BLAKE2b-256 |
804d56a09de65e0b02c572c73541a2c79282fcc3743832a84436fed3e2d9f78d
|