park
is a Jabber/Gtalk bot written using the python-jabberbot library.
This bot is written to behave like a chatroom, where all the messages are
sent to all the subscribed users.
- Clone the repository from GitHub
- Run
python setup.py develop
to install the dependencies and setup your environment for running the bot. - This will create a dummy
settings.py
andstate.json
in thepark
directory. Edit these files with the appropriate values.
You can run the bot using the command park
after installing it.
You should have the first user manually "registered" in the
state.json
, and he/she can invite the other users.
- Known Issue: Google doesn't allow sending and receiving more than 50 messages in a period of 12.5 seconds. This basically makes the bot unusable, even for three or four users in the channel. Use jabber.org for hosting the bot, instead.
- Report other bugs/issues at GitHub