Server for regrowling GNTP messages using various bridge classes
Initial support for:
- local - Regrowl to legacy versions of growl using legacy python bindings
- udp - Regrowl using legacy udp protocol
- echo - Echo incoming growl messages to the terminal (used for debugging)
Read documentation for each bridge in the bridge classes themselves
python setup.py install
$ regrowl -h
Usage: regrowl [options]
Options:
-h, --help show this help message and exit
-a HOST, --address=HOST
address to listen on
-p PORT, --port=PORT port to listen on
-P PASSWORD, --password=PASSWORD
Network password
-v, --verbose
Regrowl bridges can be controled through a simple config file in ~/.regrowl
[regrowl.server]
port = 12345
password = mypassword
[regrowl.bridge.local]
enabled = false
[regrowl.bridge.subscribe]
enabled = false
Config file sections are defined by the package name.
- Python GNTP Library Used to decode incoming growl messages