Skip to content

RJ722/weeread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ).

TODO

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

About

A beautiful interface for reading weechat logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published