Skip to main content

A wrapper for sending push notifications with Puhsover

Project description

py_pushover_simple

PyPI version

This is a very simple python pushover wrapper for sending quick messages from command line scripts.

Installation Instructions

  1. Download from PyPi:

    python3 -m pip install py_pushover_simple
    
  2. Add it to your script:

    from py_pushover_simple import pushover
    
    def send_message(message):
        p = pushover.Pushover()
        p.user = 'user_key'
        p.token = 'app_token'
    
        p.sendMessage(message)
    

    For a working demo, see ippush.py

Debugging

py_pushover_simple has some simple debugging features:

For a full list of arguments:

$ python -m py_suchover_simple.pushover -h
usage: pushover.py [-h] [-u <string>] [-t <string>]

optional arguments:
  -h, --help   show this help message and exit
  -u <string>  pushover user token
  -t <string>  pushover app token

Contributors:

  • Matthew Jorgensen

License

This project is licensed inder the terms of the MIT license.

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

py_pushover_simple-0.1.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

py_pushover_simple-0.1.3-py3-none-any.whl (2.9 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