KDercksen / qbot

Tiny plugin based IRC bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qbot

Light-weight Python 3.6 IRC bot. Extremely easy to extend. See the wiki for more information on what is possible.

Installation

git clone git@github.com:KDercksen/qbot && cd qbot
pip install -r requirements.txt
python setup.py install

Usage

qbot config.cfg

or to test regex patterns:

qbot --dry config.cfg 'sample input string'

About

Tiny plugin based IRC bot


Languages

Language:Python 100.0%