Skip to content

raonyguimaraes/botcha

 
 

Repository files navigation

Botcha Manual

Botcha is an python irc bot

Requirements:
python-2.6 (only)
sqlite3

Botcha uses some python libraries:

dev-python/irclib
dev-python/httplib2
dev-python/beautifulsoup
dev-python/mechanize
dev-python/lxml

Installation:

echo 'PYTHON_ABIS="2.6"' >> /etc/make.conf
emerge dev-db/sqlite dev-lang/python:2.6 dev-python/httplib2 dev-python/beautifulsoup dev-python/mechanize dev-python/lxml
useradd -m morfetico
su - morfetico
git clone https://github.com/area31/botcha
cd botcha
mkdir log
sqlite db/sqlite.db < db/schema.sql
vim conf/lokky.cfg

Start Botcha:

python bot.py

or

chmod +x start.sh && ./start.sh

Gentoo or Funtoo, install init:

cp init-d-gentoo-funtoo-botcha /etc/init.d/botcha
chmod +x /etc/init.d/botcha
rc-update add botcha

About

botcha irc bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%