14:2fffb6701d37
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 May 2016 11:38:32 +0800
rollbot: use sleekxmpp.util.misc_ops.setdefaultencoding()

next change 22:5a13f638a6ef
previous change 12:49aec9763d9e

README.rst

Permissions: -rw-r--r--

Other formats: Feeds:
Rollbot
=======
An XMPP bot that rolls dice and other similar things.
So far it has been tested (and works) on Python 2.7 and Python 3.5.
Dependencies
------------
SleekXMPP for the XMPP part, PyYAML for the config parsing part.
Configuration
-------------
Example file to use with ``--config``:
.. code:: yaml
jid: rollbot@example.com
password: hunter2
nick: rollbot
prefix: '!'
These options can be overridden on command line, like ``--nick smartbot``.
License
-------
WTFPL