21:4470846e7c0c
Anton Shestakov <av6@dwimlabs.net>, Mon, 04 Jul 2016 22:56:48 +0800
rollbot: simple markup for coloring/styling messages

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