Skip to content

jamescw/gntp-regrowl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReGrowl Server

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

Installing

python setup.py install

Running

$ 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         

Config File

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.

See Also

About

Regrowl GNTP messages on OSX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%