minor tweaks

This commit is contained in:
ewall
2010-09-01 20:22:10 -04:00
parent 3585cc37ea
commit 875f47a9ae
2 changed files with 83 additions and 56 deletions

10
README
View File

@@ -6,14 +6,10 @@ released under MIT License (http://www.opensource.org/licenses/mit-license.php)
-----
Description:
Instead of using your i-buddy (http://www.i-buddy.com) with MSN Messenger, why not use it to show other info?
With pybuddy, you can control your i-buddy to do any of the supported actions: change head color, blink its
heart, beat its wings, etc. Example uses are: monitoring a website traffic (404s in red, 500s beating wings,
200s in green), showing your project's continuous integration process, ...and so on.
Instead of using your i-buddy (http://www.i-buddy.com) with MSN Messenger, why not use it to show other info? With pybuddy, you can control your i-buddy to do any of the supported actions: change head color, blink its heart, beat its wings, etc. Example uses are: monitoring a website traffic (404s in red, 500s beating wings, 200s in green), showing your project's continuous integration process, ...and so on.
Dependencies:
The daemon is written in python, runs on Linux and needs python-usb. To install on Debian, use
`apt-get install python-usb`; on RedHat, `yum install pyusb`. (Or `easy_install python-usb`?)
The daemon is written in python, runs on Linux and needs python-usb. To install on Debian, use `apt-get install python-usb`; on RedHat, `yum install pyusb`. (Or `easy_install python-usb`?)
Software using pybuddy:
Beside the scripts published in the contrib directory, there is other software using pybuddy:
@@ -29,4 +25,4 @@ Forked from Google Code's SVN at http://code.google.com/p/pybuddy/
Working on a non-daemon version (currently "my_pybuddy.py") and library that can be used elsewhere...
~ewall 2010-09-01
~ewall 2010-09-01