Skip to content

Commit

Permalink
Add a README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Sep 29, 2012
1 parent 544926f commit aae5629
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This bot implements a simple bridge between partychat
(http://partychapp.appspot.com/) chat rooms and Zephyr
(http://zephyr.1ts.org/) classes.

It depends on PyZephyr (https://github.com/ebroder/python-zephyr) and
python-jabberbot (http://thp.io/2007/python-jabberbot/).

You'll need to configure it using a partychat.yml file, looking
something like:

chats:
ZEPHYR-CLASS-1: PARTYCHAT-1
ZEPHYR-CLASS-2: PARTYCHAT-2
creds:
user: partychat@nelhage.com
pass: '<password>'

And then invite the bot to the partychat chats.

0 comments on commit aae5629

Please sign in to comment.