13:d4079b5ce7a0
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 May 2016 11:34:28 +0800
rollbot: raw_input is not used

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