Skip to content
forked from billyvg/piebot

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

Notifications You must be signed in to change notification settings

moriartyb/ppbot

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%