Golang + ZeroMQ + libnotify tool to connect to a zmq_notify.rb weechat script
Go to file
Vincent Batts a8de7de3ec some accomodations for zmq2 -> zmq3 2013-07-18 13:28:44 -04:00
common some accomodations for zmq2 -> zmq3 2013-07-18 13:28:44 -04:00
noti some accomodations for zmq2 -> zmq3 2013-07-18 13:28:44 -04:00
noti2 some accomodations for zmq2 -> zmq3 2013-07-18 13:28:44 -04:00
LICENSE Initial commit 2013-07-17 19:18:48 -07:00
README.md some accomodations for zmq2 -> zmq3 2013-07-18 13:28:44 -04:00
zmq_notify.rb it works! 2013-07-17 22:26:55 -04:00

README.md

flaming-happiness

Golang + ZeroMQ + libnotify tool to connect to a zmq_notify.rb weechat script

Install

if you have ZeroMQ v3 installed, run:

go get github.com/vbatts/flaming-happiness/noti

for ZeroMQ v2

go get github.com/vbatts/flaming-happiness/noti2

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

Thanks

To folks that had already supplied the pieces of a simpler enabler like this and to github for the wonky repository name recommendations.