Some mcabber utilities I have running around
Go to file
Travis Parker 18be737ec5 copy over the mcabber wrapper in the install script 2009-04-29 12:11:56 -07:00
README Guess Mac OS X likes -F instead 2009-01-20 23:52:59 -08:00
eventcmd change the message format to be more explicit 2009-04-28 18:49:49 -07:00
install.sh copy over the mcabber wrapper in the install script 2009-04-29 12:11:56 -07:00
mcabber_wrapper lots of little changes, decreased the polling pause 2009-04-28 19:34:01 -07:00
mcabbernotify.py quit hijacking stderr for the python process id, just write it straight to the file 2009-04-29 12:10:46 -07:00
screenshot.png Add basic screenie 2009-01-20 22:52:43 -08:00
screenshot_mac1.png Missed a fail 2009-01-20 23:52:11 -08:00
screenshot_mac2.png Add screenshots from admc 2009-01-20 23:49:50 -08:00
start.sh quit hijacking stderr for the python process id, just write it straight to the file 2009-04-29 12:10:46 -07:00
stop.sh added start and stop scripts since all this depends on persistent processes 2009-04-28 16:06:40 -07:00

README

  _ __ ___     ___    __ _  | |__   | |__     ___   _ __           _   _  | |_  (_) | |  ___ 
 | '_ ` _ \   / __|  / _` | | '_ \  | '_ \   / _ \ | '__|  _____  | | | | | __| | | | | / __|
 | | | | | | | (__  | (_| | | |_) | | |_) | |  __/ | |    |_____| | |_| | | |_  | | | | \__ \
 |_| |_| |_|  \___|  \__,_| |_.__/  |_.__/   \___| |_|             \__,_|  \__| |_| |_| |___/
----------------------------------------------------------------------------------------------


mcabbernotify.py
******************
******************

SETTING UP EVENTS COMMAND
=============================
In order for mcabbernotify.py to read anything, you will need to set the following
options in your mcabberrc file that you use:
	set events_command = ~/.mcabber/eventcmd
	set events_ignore_active_window = 1
	set eventcmd_use_nickname = 1

Then you'll want to move the "eventcmd" in this directory into ~/.mcabber and make sure it is executable


SPECIAL NOTES FOR MAC USERS
==============================
To use mcabbernotify on Mac OS X, you should install the "growlnotify" extra (it's a command-line
interface to Growl). You can install this by running "install.sh" in the Extras/growlnotify/ 
directory in the download. 


USING IT LOCALLY
===================
If you use mcabber on your local machine, you will simply need to run:
	tail -F ~/.mcabber/last_event | path/to/mcabbernotify.py


USING IT REMOTELY
===================
In the situation where you run mcabber remotely, and want notifications locally, you can use the following command:
	ssh hostname -C "tail -F ~/.mcabber/last_event" | path/to/mcabbernotify.py