Skip to content

rickmer/pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushover

Build Status Code Climate

a pushover module (yet another) and command line tool

module usage

from pushover import PushOverMessage
msg = PushOverMessage('api_key', 'user_key', 'nachricht')
msg.send()

commandline usage

pushover.py --help
usage: pushover.py [-h] [--configFile CONFIGFILE] [--apiToken APITOKEN]
                   [--userToken USERTOKEN] [--title TITLE] [--url URL]
                   [--url_title URL_TITLE] [--device DEVICE]
                   [--priority PRIORITY] [--timestamp TIMESTAMP]
                   [--sound SOUND] [--proxy PROXY] [--proxy_auth PROXY_AUTH]
                   [-v]
                   msg

Send a Pushover message

positional arguments:
  msg

optional arguments:
  -h, --help            show this help message and exit
  --configFile CONFIGFILE
  --apiToken APITOKEN
  --userToken USERTOKEN
  --title TITLE
  --url URL
  --url_title URL_TITLE
  --device DEVICE
  --priority PRIORITY
  --timestamp TIMESTAMP
  --sound SOUND
  --proxy PROXY         http(s)://proxyserver:port
  --proxy_auth PROXY_AUTH
                        user:pass
  -v, --verbose

About

pushover module (yet another) and command line tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages