464 B
464 B
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