Download the PHP package fr3nch13/pushover-bash without Composer
On this page you can find all versions of the php package fr3nch13/pushover-bash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fr3nch13/pushover-bash
More information about fr3nch13/pushover-bash
Files in fr3nch13/pushover-bash
Package pushover-bash
Short Description Pushover Bash Script
License GPL-3.0-or-later
Homepage https://github.com/fr3nch13/pushover-bash
Informations about the package pushover-bash
Pushover Bash Script
A Bash shell script to send pushover notifications. A Pushover account is required to use this script.
Based on the original Pushover Bash by akusei.
Usage
Configuration
Configuration files can be placed in /etc/pushover/pushover-config, in the user's home directory at $HOME/.pushover/pushover-config, or in the root of this repository. The options are processed in order of importance for location. You can copy pushover-config-dist to pushover-config in any of these places.
1) Options in /etc/pushover/pushover-config are processed first 2) Options in $HOME/.pushover/pushover-config are processed next 3) Options in ./pushover-config are processed next 4) Command line arguments override all configuration values
The default configuration is empty and contains the following:
NOTE: If you have a value defined in /etc/default/ and also have overrides in $HOME/.pushover/ all empty options in $HOME/.pushover/ must not exist in the file. For example, I have the following configuration in /etc/default/
If I want to override only title for a specific user, the configuration in $HOME/.pushover/ will look like this
Support
- For PHP Composer based projects, see COMPOSER.md
- For Node.js/NPM based projects, see NPM.md
- Currently working on Python's PyPi
Examples
Send a simple "This is a test" message to all devices using the stored configuration in either /etc/default/pushover-config, $HOME/.pushover/pushover-config, or ./pushover-config
Send a simple "This is a test" message to all devices using the specified API token and user key
Send a simple "This is a test" message with the title "Test Title" to all devices using the specified API token and user key
Send a simple "This is a test" message to the devices named "Phone" and "Home Desktop" using the specified API token and user key
Send a simple "This is a test" message to all devices that contains a link to www.google.com titled "Google" using the specified API token and user key
Send a simple "This is a test" high priority message to all devices using the specified API token and user key
Send a simple "This is a test" message to all devices that uses the sound of a bike bell as the notification sound using the specified API token and user key
Sends a simple "This is a test Pic" message to all devices and send the Picture with the message