Skip to main content

Simple api to pushover.net

Project description

PushoverPy provides a simple api to pushover.net, and a command line client. Sending messages is as easy as:

from PushoverPy import Pushover

Api = Pushover(User_Key, Api_Token)
Api.send('Hello World')

Or from the comand line:

pushoverpy --usey-key <user_key> --token <api_token> --message "Hello World"

Development is hosted on Github.

Supported by

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