A python package for an easy use of the service from https://pushnotifier.de/
Project description
PushNotifier (V2) for Python
A python module to easily use the service of PushNotifier in your python projects. Special thanks go to @Logxn.
Installation
-
Install all dependencies
pip install -r requirements.txt -
Install PushNotifier
pip install pushnotifier
Usage
from pushnotifier import PushNotifier as pn
pn = pn.PushNotifier('username', 'password', 'package_name', 'api_key')
Sending messages
>>> pn.send_text('hello world', silent=False)
>>> pn.send_url('https://www.example.com', silent=True)
>>> pn.send_notification('hello world', 'https://www.example.com') # by default silent is set to False
Get Basic information
>>> password = 'XXXXX'
>>> pn.login(password)
{'username': 'username', 'avatar': 'https://gravatar.com/avatar/XXXXX', 'app_token': 'XXXXX', 'expires_at': XXXXX}
>>> pn.get_all_devices()
['abcd', 'efgh', 'ijkl']
Refresh app token
>>> pn.refresh_token()
'new_token'
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
pushnotifier-1.1.2.tar.gz
(2.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 pushnotifier-1.1.2.tar.gz.
File metadata
- Download URL: pushnotifier-1.1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b77e232d051837e29dda1178cebdee5e028e1f83ff395ddc3801abed00addaca
|
|
| MD5 |
874d43c880a09e7298b21c27f0243ce9
|
|
| BLAKE2b-256 |
6904ee0ce321c39e4800cce26a89925fe2d3a8ab743adfd3e3305d5e1b913ff1
|
File details
Details for the file pushnotifier-1.1.2-py3-none-any.whl.
File metadata
- Download URL: pushnotifier-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73a5a663d8fc269d52924919fd63b04e2b6c1389dd25cba41a76bf983f60f61e
|
|
| MD5 |
a5e96ade0550787d050153b8b5a6c480
|
|
| BLAKE2b-256 |
fe7eb57d1c12ec71ec0096e93a48405c8e1c6efef263b1571497f88048ef15ae
|