Python client for QwhaleNotifier
Project description
NotifierClient
install
$> pip install NotifierClient
Use example
from notifier_client import NotifierClient
app_token = "<Token>"
client = NotifierClient(app_token)
res = client.send_notification(
user_token="<USER_TOKEN>",
title="My first notification",
body="message body",
url="https://qwhale.com", # optional
data={"Extra": "data"} # optional {string: string}
)
print(res) # -> {"message": "ok"} or {"message": "Invalid Token."}
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
NotifierClient-0.1.2.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file NotifierClient-0.1.2.tar.gz
.
File metadata
- Download URL: NotifierClient-0.1.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f6acbab0b59156ed676317b484595df647144ef89d343b93aa2d5628f56419c |
|
MD5 | 4168ba804dc62c397751c2789657c36a |
|
BLAKE2b-256 | e977e608faf02a8432135ffabd36ec6aedbfd9bf93c9678addb77295bdf683d0 |
File details
Details for the file NotifierClient-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: NotifierClient-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80a0becdb1d31bbd25c78eec38cf6e4dd8ef15a8a46e3fb22a205d6edc10927f |
|
MD5 | d6fc99d585181b0d7241c88bc42d02d1 |
|
BLAKE2b-256 | 3e028d846610db8b04309f6975beed89fa04239d5444371641f71503b7debf33 |