mezmor / ppbot

A python IRC bot - mainly a learning experience with python + postgresql + sqlalchemy, but hoping to create a very usable bot as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information

This project started as a school assignment which I will continue to work on for fun...

Install

virtualenv env 
source env/bin/activate
pip install -r requirements.txt
cp settings.py.default settings.py
cp bootstrap.py.default bootstrap.py

Edit settings.py and bootstrap.py

python bootstrap.py
python ppbot.py

About

A python IRC bot - mainly a learning experience with python + postgresql + sqlalchemy, but hoping to create a very usable bot as well.


Languages

Language:Python 100.0%