Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 870 Bytes

README.rst

File metadata and controls

47 lines (28 loc) · 870 Bytes

weeread

If you ever wanted a nice frontend to read through your old weechat logs, this is it!

Installation

Clone the project using the following commands:

$ git clone https://github.com/RJ722/weeread
$ cd weeread

Install the required package (preferably inside a virtual environment) using pip3:

$ pip3 install -r requirements.txt

Edit the LOGDIR variable in server.py pointing towards the directory which contains all your weechat logs (defaults to '~/.weechat/logs/').

Finally, run the server:

$ python3 server.py

Open localhost:5000

Credits

  • It uses the famous Ed-Tufte theme (thanks to `Tufte CSS

by David Liepmann <https://edwardtufte.github.io/tufte-css/>`_ ).

TODO

  • Handle the case when the LOGDIR is empty.
  • Make PATH configurable through GUI