mirror of
https://github.com/vbatts/flaming-happiness.git
synced 2024-11-27 02:45:40 +00:00
Golang + ZeroMQ + libnotify tool to connect to a zmq_notify.rb weechat script
noti | ||
LICENSE | ||
README.md | ||
zmq_notify.rb |
flaming-happiness
Golang + ZeroMQ + libnotify tool to connect to a zmq_notify.rb weechat script
Install
go get github.com/vbatts/flaming-happiness/noti
Running
First you'll need to add the zmq_notify.rb file to ~/.weechat/ruby/ and load it from weechat (you can symlink it in the ./autoload/ directory to have this script loaded when weechat launches)
/ruby load zmq_notify.rb
Then run noti
against your site
noti tcp://example.com:2428
Be sure you've allowed for any firewalling between noti and the zmq_notify