gntp
gntp copied to clipboard
GNTP Python Library - #growl #gntp
I installed the [regrowl version by snicker](https://github.com/snicker/gntp-regrowl). Don’t know if it’s the problem of gntp or the problem of regrowl. The information received by Prowl can only display one line,...
There was problem with unicode messages. That is fixed by verifying that incoming variable is basestring (not str) and in case it is not, then we convert variable to unicode...
Right now only url callbacks are supported. It would be great to be able to click through the notification and bring up the appropriate part of the application.