Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
/ irssi-pushover Public archive

Plugin for irssi to send push-notifications using pushover.net

Notifications You must be signed in to change notification settings

xintron/irssi-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

irssi-pushover

Plugin for irssi (a console based IRC client) to send push-notifications using pushover.net.

This allows you to be notified when someone messages/mentions you on IRC, when you're not online.

Installation

  1. Add a new application to your pushover control panel, note the API key.
  2. cp pushover.pl to ~/.irssi/scripts/ and symlink into scripts/autorun if you desire.
  3. touch ~/.irssi/pushover_ignores
  4. Within irssi: 1. /load autorun/pushover.pl 2. /set pushover_token <> 3. /set pushover_apptoken <> 4. /set pushover_sound (choose one from https://pushover.net/api#sounds, defaults to siren) 5. /save 6. /pushtest hello world. (sends test message to your device(s)).

Dependencies

  1. Account with pushover.net
  2. Crypt::SSLeay / libcrypt-ssleay-perl is installed

Other things

  1. /set pushover_debug 1 - should make it verbose.
  2. /set pushover_ignore 1 - turn on ignore configurability
  3. /set pushover_ignorefile - ignore messages from ....
  4. /set pushover_ignorechannels - space separated list of channels to ignore.
  5. /pushignore help - should get you started in populating the ignore list.
  6. /set pushover_only_if_away [on|off] - if set to on, then you'll need to be set to away before we send notifications.

About

Plugin for irssi to send push-notifications using pushover.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages