aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorjason2016-07-29 11:58:33 -0600
committerjason2016-07-29 12:02:46 -0600
commit6c36d2c2f8e8a58e9db8fe1d29a53a95c89c6879 (patch)
tree05ed5d6681726bbd4a962a028d2fea53aa564ed8 /README.org
downloadwarmachine-ng-6c36d2c2f8e8a58e9db8fe1d29a53a95c89c6879.tar.gz
warmachine-ng-6c36d2c2f8e8a58e9db8fe1d29a53a95c89c6879.zip
Initial commit
Diffstat (limited to 'README.org')
-rw-r--r--README.org23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..18641d4
--- /dev/null
+++ b/README.org
@@ -0,0 +1,23 @@
1* Setting up the bot
2D'bolla is a no bullshit extensible IRC/Slack bot written for Python 3.5 using
3asyncio.
4
5** Install dependencies:
6
7#+BEGIN_SRC bash
8 pip install websockets
9#+END_SRC
10
11** Configure
12Copy dbolla.conf.example to dbolla.conf and edit this file. You can
13specify multiples of the same connection by prefixing the config section with
14'slack:' or 'irc:' followed by a unique name for this connection.
15
16** Running
17Simply run the command:
18
19#+BEGIN_SRC bash
20 ./bin/dbolla -c /path/to/my/dbolla.conf
21#+END_SRC
22
23* Writing a Plugin