28:7f7fdce01952
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 19:17:54 +0800
rollbot: move logging options above main config, split the lines Helps keeping options and their defaults closer to each other.

next change 32:0a3444ea4ff4
previous change 22:5a13f638a6ef

README.rst

Permissions: -rw-r--r--

Other formats: Feeds:
Rollbot
=======
An XMPP bot that rolls dice and flips coins::
> me: roll 4d20
< rollbot: (14 + 19 + 15 + 17) = 65
> me: flip
< rollbot: heads
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