Skip to content

pacive/ruby-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pushover

A simple ruby module for sending notifications via Pushover.

Requires a pushover account.

Example:

require 'pushover'

Pushover.send('Your message', user: 'pushover_user_key', token: 'pushover_application_token')

default_pushover_config = Pushover.load_config('/path/to/pushover.conf')
default_pushover_config[:title] = 'Title'
Pushover.save_config('/path/to/pushover.conf', default_pushover_config)

Pushover.send('Another message', default_pushover_config)

For more info on which parameters are available, see (https://pushover.net/api).

NOTE: This module does not currently support image attachments.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages