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.1.tar.gz
(2.7 kB
view details)
File details
Details for the file pushoverwrap-0.1.1.tar.gz.
File metadata
- Download URL: pushoverwrap-0.1.1.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 |
f388bd4b1b69b8b5aa7539fbc6a8117268372e4e88c450ba3ad81caf3ddd25b2
|
|
| MD5 |
93861f5c227725714e6feccb538a844b
|
|
| BLAKE2b-256 |
34cc1af376d89a010c5fb8fc24b63f7ee951cb372713e96c1d7d00262afa443f
|