Skip to main content

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

Shell script

For CLI arguments, use pushover -h

Installing with pipx

  • pipx install pyshover will leave you with an isolated binary called pushover
  • Confirm your install with pipx list or which 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 hashes)

Uploaded Source

Built Distribution

pyshover-0.0.5-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page