Plot a graph of chat activity from weechat logs
Go to file
James Tomasino 5b1d3f5727 add files for project 2020-12-07 12:52:44 +00:00
README.txt add files for project 2020-12-07 12:52:44 +00:00
plot.py add files for project 2020-12-07 12:52:44 +00:00
requirements.txt add files for project 2020-12-07 12:52:44 +00:00
z add files for project 2020-12-07 12:52:44 +00:00

README.txt

Run this in your weechat logs directory, substituting your irc username.
Move the resulting file into the same directory as the plot script.

awk '$3=="tomasino" {print $1 " " $2 }' * >> z

Set up a virtual env and install packages from requirements.

Run 'plot.py' in that context.