Skip to main content

A wrapper for sending push notifications with Pushover

Project description

py_pushover_simple

PyPI version

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

Installation

  1. Obtain the code:

    Download from PyPi (recommended):

    python3 -m pip install py-pushover-simple
    

    or, clone the repository:

    git clone https://github.com/prplecake/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 from the ip_push project.

Usage

py_pushover_simple can be used on the command line:

For a full list of arguments:

$ python -m py_pushover_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

Resources

Additional documentation may be found in the wiki.

This project is licensed under 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.5.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

py_pushover_simple-0.5.0-py3-none-any.whl (4.3 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