forked from bahamas10/remote-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (20 loc) · 703 Bytes
/
README
File metadata and controls
23 lines (20 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Remote notify is a plugin for weechat and irssi that
will send an HTTP request to a specific host on a
specific port whenever your nick is mentioned.
When the python script is invoked on the shell it
will act as a webserver that can recieve requests
and display growl/notify-osd alerts based on those
requests.
Usage:
On the remote machine running your irc client:
* Enable the plugin:
** weechat:
/python load remote-notify.py
** irssi:
/run remote-notify.pl
On the machine you are connecting from:
Start the service.
~$ ./remote-notify.py
* This starts the web service listening on localhost
Then, ssh to the host running weechat and forward the port
~$ ssh -R 4235:localhost:4235 user@host