Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 433 Bytes

README.textile

File metadata and controls

18 lines (12 loc) · 433 Bytes

Botcha Manual

Botcha is an python irc bot

Requirements

Botcha uses some python libraries, so, on debian systems type:

apt-get install python-irclib python-beautifulsoup python-mechanize python-httplib2 python-lxml sqlite3

Installation

git clone https://github.com/but3k4/botcha
cd botcha
mkdir log
sqlite db/sqlite.db < db/schema.sql
vim conf/lokky.cfg
python bot.py