kdb 0.8.2 Documentation

Release:0.8.2
Date:April 27, 2014

About

kdb is a small pluggable IRC Bot framework utilizing the circuits Python Application Framework.

kdb was one of the first “test” applications written in circuits and is still maintained and kept up-to-date with new features and changes in circuits.

You may use kdb as a framework to build your own projects that use the IRC protocol. kdb itself comes with a suite of useful plugins and features. If you’d like to see it in action, feel free to get in touch with the developer James Mills (prologic) on the FreeNode IRC Network who resides in the #circuits channel.

kdb was created by and is primarily maintained by James Mills

Installation

$ pip install kdb

Usage

$ kdb irc.freenode.net

For other options:

$ kdb --help

Installation and Usage on Docker

kdb is now Docker ready and can be run with:

$ CID=$(docker run -d -p 8000:8000 -v $(pwd)/etc:/etc/kdb --name="kdb" prologic/kdb --config=/etc/kdb/kdb.ini)

Note

Be sure to edit etc/kdb.ini or change the above line to suit your needs mounting the configuration directory from another path on your host.

Plugins

kdb has a full complementary set of plugins available.

For a list of available plugins, see:

https://bitbucket.org/prologic/kdb/src/tip/kdb/plugins/

You may install the latest Development Version via:

$ pip install kdb==dev

Documentation

System Message: ERROR/3 (/home/prologic/work/kdb/docs/source/index.rst, line 37)

Exception occured in ifconfig expression: NameError: name ‘devel’ is not defined

Indices and tables

System Message: ERROR/3 (/home/prologic/work/kdb/docs/source/index.rst, line 55)

Exception occured in ifconfig expression: NameError: name ‘devel’ is not defined

Table Of Contents

Next topic

Changes

This Page