PushOver notifications for qToggleServer
Project description
About
This is an addon for qToggleServer.
It provides push notifications for qToggleServer via Pushover.
Install
Install using pip:
pip install qtoggleserver-pushover
Usage
You'll need to register your account on Pushover, if you haven't done it yet. On their home page, you'll see your User Key; copy it and use it in the configuration below. You can add more than one user key, if you plan to send notifications to multiple users.
Then, you'll need a registered Pushover application (you can register one here). Copy the API key and use it in the configuration below:
qtoggleserver.conf:
...
event_handlers = [
...
{
driver = "qtoggleserver.pushover.PushoverEventHandler"
user_keys = ["r7zxs1nj20w86bghyub5div8jyzyiw"]
api_key = "nwn1cmgc9m6sjhrv1o4roebpb31b5i"
sound = "pushover" # optional
...
}
...
]
...
For further customization, see Template Notifications.
For advanced event filtering, see Filter Event Handlers.
For available Pushover sounds, see Pushover Sounds.
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
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 qtoggleserver_pushover-1.5.0.tar.gz.
File metadata
- Download URL: qtoggleserver_pushover-1.5.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68f31b4e0629626a5d2cee6769e55b7a335bcc7adf85d2ed24972753cf3dcea2
|
|
| MD5 |
7c94989c879c9ea02013d7b9daa952e2
|
|
| BLAKE2b-256 |
07fba1ce43f2024338954f05870dd427155a060c283a8a78708b0091144f0bda
|
File details
Details for the file qtoggleserver_pushover-1.5.0-py3-none-any.whl.
File metadata
- Download URL: qtoggleserver_pushover-1.5.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
345f8be777b9d0c60d7f0ebb4be403bc21e6bbdec92f17890087aba8cc8b2e7c
|
|
| MD5 |
8197dcefcc647d91c933e95a3eb89c68
|
|
| BLAKE2b-256 |
fbc791d2afc17abd26d19a5110c90800c68bb8549edc49ea5fbde674f8a9c6bc
|