No description
example_logs | ||
static | ||
templates | ||
.gitignore | ||
Db.py | ||
ircbot.py | ||
irclib.py | ||
LICENSE | ||
logbot.py | ||
pullrequest.py | ||
README.md |
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