No description
Find a file
2017-06-04 18:45:14 +02:00
example_logs Version bump and added example log file 2011-10-22 11:15:10 -05:00
static Rewrite to use flask and peewee 2017-06-04 17:54:02 +02:00
templates Include quit messages 2017-06-04 18:32:22 +02:00
.gitignore Ignore .pyc files 2010-10-15 12:00:02 -05:00
Db.py Rewrite to use flask and peewee 2017-06-04 17:54:02 +02:00
ircbot.py Added irclib back in and topic/nick changes 2010-02-13 19:57:40 -06:00
irclib.py Added irclib back in and topic/nick changes 2010-02-13 19:57:40 -06:00
LICENSE first commit 2009-11-28 19:44:56 -06:00
logbot.py Fix bug which causes crash on quitting users 2017-06-04 18:23:45 +02:00
pullrequest.py Only show new PRs, and include issue URL 2017-06-01 15:39:08 +02:00
README.md Add URL for viewing logs to README 2017-06-04 18:45:14 +02:00

LogBot 0.4.2

Written by Chris Oliver chris@excid3.com

Many thanks to Filip Slagter for his contributions.

Requirements

LogBot shows logs using flask, and stores logs using peewee. Install these dependencies using pip:

pip install flask peewee

Usage

LogBot requires Python 2. It is NOT compatible with Python 3. Configuration is done inside logbot.py.

python logbot.py

You can view logs on http://localhost:5000