Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/remote-notify
WeeChat plugin for remote osd-notify or growl notificiations.
https://github.com/bahamas10/remote-notify
Last synced: about 2 months ago
JSON representation
WeeChat plugin for remote osd-notify or growl notificiations.
- Host: GitHub
- URL: https://github.com/bahamas10/remote-notify
- Owner: bahamas10
- Created: 2012-01-30T00:12:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T15:04:47.000Z (almost 3 years ago)
- Last Synced: 2024-05-08T19:53:50.092Z (8 months ago)
- Language: Python
- Homepage: http://www.daveeddy.com
- Size: 109 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Remote Notify
=============
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.pyirssi
-----
/run remote-notify.plOn 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