Quickly send Pushover messages
Project description
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 pyshover
will leave you with an isolated binary calledpushover
- Confirm your install with
pipx list
orwhich pushover
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
pyshover-0.0.5.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file pyshover-0.0.5.tar.gz
.
File metadata
- Download URL: pyshover-0.0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 573e6873b0e01d34e4a5bc5289605e4c9c3df71f45a97d3a2e6e7eb3627b3e1c |
|
MD5 | 42315d49aafcdf3e8b01f09942cb3cd2 |
|
BLAKE2b-256 | 8e3f0655394169f3c1adabef966e9fb12442c33196618d1b3931123645725bb5 |
File details
Details for the file pyshover-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pyshover-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0b92849b51c0074f6aa2455bdf7716b235735fdddc9c5500b1ac727292293d9 |
|
MD5 | 840b87e18715ff04494bdcb0c1234074 |
|
BLAKE2b-256 | 6407a4a7bb7c3b95a7c7e49089bfd56571919a703eb4b4330c72de97cb190f42 |