pyshover
A simple Pushover client
Install:
Library and script: pip install pyshover
Script only: pipx install pyshover
Sample Usage:
from pushover import Pushover
po = Pushover(app_token="fake", user_token="fake", message="message",title="title")
po.send()
Make the call more simple by exporting PUSHOVER_USER_TOKEN,
PUSHOVER_APP_TOKEN, and, optionally, PUSHOVER_DEVICE_TOKEN
from pushover import Pushover
po = Pushover(message="message",title="title")
po.send()
Lineage
- https://github.com/pix0r/pushover
- https://github.com/wyattjoh/pushover
- This repo. There is most definitely no compatibility with previous repos now
Shell script
For CLI arguments, use pushover -h
Installing with pipx
pipx install pyshoverwill leave you with an isolated binary calledpushover- Confirm your install with
pipx listorwhich pushover
Release files for pyshover 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyshover-0.0.7.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyshover-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.7 kB
Release files / pyshover-0.0.7.tar.gz
| Download URL | pyshover-0.0.7.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
866cccaf27112300b07f840830284a0c09363fcae483f5269393f1ae96154073
|
|
BLAKE2b-256 checksum How to use checksums |
e904c7053157ad58eac4c3e43d76e133ca16ef52ad1c7186befa8918a42adc2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.8
|
Release files / pyshover-0.0.7-py3-none-any.whl
| Download URL | pyshover-0.0.7-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
773a2ecef8f3858ed994a686db09ad3be248c9f0156d9a392446a3786746a9ad
|
|
BLAKE2b-256 checksum How to use checksums |
936008e77271bd5d3422dacb80c30809d18ecf8cde210919c117b815b0ac20ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.8
|