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.2.tar.gz
(2.7 kB
view details)
File details
Details for the file pushoverwrap-0.1.2.tar.gz.
File metadata
- Download URL: pushoverwrap-0.1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa24643a096fd996da0740bd3df92004dbc2f5014fe8ecb2973dc8053adff73d
|
|
| MD5 |
e305abc2109199a09b79b854bb47edfc
|
|
| BLAKE2b-256 |
f82850d6d9f3f6f8044f097f7633e04fdf646e0b394d70ee51df4e0caa378518
|