Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
/ weechat-pushover Public archive

💬 Notifies of hilights and private messages using pushover.net

License

Notifications You must be signed in to change notification settings

bl1nk/weechat-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weechat-pushover

Notifies of hilights and private messages using pushover.net.

Installtion

Install dependencies and put script in $HOME/.weechat/python/

$ pip install -r requirements.txt
$ cp pushover.py $HOME/.weechat/python

To load the script when weechat starts

$ ln -s $HOME/.weechat/python/pushover.py $HOME/.weechat/python/autoload 

Options

The options user_key and app_token need to be set for the script to work.

  • user_key – Pushover user key, can be found in the top right when logged in on pushover.net
  • app_token – Pushover Application/API token
  • blacklist – Comma-separated list of server/buffers to ignore. Will partially match full buffer name from the beginning. freenode will match freenode.weechat and freenode.chat, for example.

About

💬 Notifies of hilights and private messages using pushover.net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages