A simple Pushover API wrapper.
Project description
pushoverwrap is a simple Pushover API wrapper.
Installation
Install pushoverwrap using pip
pip install pushoverwrap
Usage
The most simple example:
from pushoverwrap import Pushover
push = Pushover(
app_token='APP_TOKEN',
user_token='USER_TOKEN',
)
push.send_msg('message content')
A more complex example, with title and image
push.send_msg('message content',
title='message title',
image='local/path/image.jpeg'
)
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
pushoverwrap-0.1.0.tar.gz
(2.1 kB
view details)
File details
Details for the file pushoverwrap-0.1.0.tar.gz.
File metadata
- Download URL: pushoverwrap-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e5b6d3c1c6df038027ed80bde1be940095659fd25c35dec4a9a0a3329f5b400
|
|
| MD5 |
0b9d9259fb25c5cc341c373e8a6fcb0d
|
|
| BLAKE2b-256 |
f2386936665ba866005cdeac42568907d113549a06a8413cd2860aeb62090c74
|