Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnouri/jabber-the-hutt
An experimental bot for Jabber chat rooms.
https://github.com/dnouri/jabber-the-hutt
Last synced: 10 days ago
JSON representation
An experimental bot for Jabber chat rooms.
- Host: GitHub
- URL: https://github.com/dnouri/jabber-the-hutt
- Owner: dnouri
- Created: 2012-03-11T00:13:11.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-28T19:42:04.000Z (over 12 years ago)
- Last Synced: 2024-10-28T13:27:16.467Z (about 2 months ago)
- Language: Python
- Homepage: https://github.com/dnouri/jabber-the-hut
- Size: 127 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===============
jabber-the-hutt
===============An experimental bot for Jabber chat rooms.
*Jabba Desilijic Tiure, or simply Jabba the Hutt. Jabba is of the
Hutt race and like most of his species, a gangster. Hutts are a
large slug-like race with thick leathery skin, human-like arms,
large black cat-like eyes, and a wide mouth. A Hutt may weigh in
excess of several tons. The species are hermaphrodites and reproduce
by fission. They speak Huttese, a language reminiscent of Quechua.*
-- Urban DictionaryInstall
=======``jaber-the-hutt`` requires Python 3.x, and recent versions of libxml2
and libxslt, along with development headers.To satisfy these dependenices on a Debian system, do::
sudo apt-get install python3 python3-dev libxml2-dev libxslt-dev
To then install ``jabber-the-hutt`` itself inside a ``virtualenv``::
wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
mkdir jabber-the-hutt
cd jabber-the-hutt
python3 virtualenv.py .
bin/pip install jabber-the-huttAlternatively, you can install ``jabber-the-hutt`` from the source::
git clone https://github.com/dnouri/jabber-the-hutt
cd jabber-the-hutt
wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py
python3 virtualenv.py .
bin/python setup.py developRun
===Installation creates a ``jabber-the-hutt`` console script. This script
expects a configuration file as its first argument::$ bin/jabber-the-hutt hutt.ini
Your configuration file should look something like this::
[jabber-the-hutt]
jid = [email protected]
room = [email protected]
room_password = some room password