K-Eight Code
A fast, simple, and fun Python IRC bot for everyone.
Status: Alpha
Brought to you by:
johz
File | Date | Author | Commit |
---|---|---|---|
ircutils | 2013-02-02 |
![]() |
[780e60] =added ircutils, added plugins, fixed identific... |
plugins | 2013-02-02 |
![]() |
[9399bc] Added LICENSE and README files. |
tools | 2013-02-02 |
![]() |
[4299dd] Removed .pyc files for convenience. |
LICENSE.md | 2013-02-02 |
![]() |
[9399bc] Added LICENSE and README files. |
README.md | 2013-02-02 |
![]() |
[9399bc] Added LICENSE and README files. |
keight.py | 2013-02-02 |
![]() |
[780e60] =added ircutils, added plugins, fixed identific... |
keightconfig.py | 2013-02-02 |
![]() |
[780e60] =added ircutils, added plugins, fixed identific... |
K-Eight is a Python IRC Bot designed to be lightweight, yet customizable. It
comes with a number of standard modules, but can be easily extended to suit
various needs. See the wiki
for information on how to do that.
Unzip this folder into a directory, and edit the keightconfig.py file.
python keight.py
Requires: Python 2.7
Based heavily on Sean B. Palmer's Phenny http://inamidst.com/phenny/
Module ircutils by Evan Fosmark http://pypi.python.org/pypi/ircutils
See ircutils files for license.
Module duckduckgo by Michael Stephens me@mikej.st
See tools/duckduckgo/LICENSE for license
Plugin system based on one described by lkubuntu http://lkubuntu.wordpress.com/2012/10/02/writing-a-python-plugin-api/