irclog2html

IRC log file colouriser

This is an improved port of irclog2html.pl Perl script to Python. I was looking for a nice IRC log colorizer, and I liked the output of irclog2html.pl best. It had some shortcomings that I wanted to fix, and since Perl code is not exactly easy to maintain, I ported the script to Python, refactored, and added some enhancements.

Features

Output Examples

Install

Get it from the Python Package Index:

pip install irclog2html

There are short usage instructions available on that page.

Develop

Report bugs via Github.

You can get the latest version from Github:

git clone https://github.com/mgedmin/irclog2html

Todo

Authors and Licencing

Python version was written by Marius Gedminas.

The original irclog2html.pl script was written by Jeff Waugh with contributions by Rick Welykochy and Alexander Else.

irclog2html.py is released under the terms of the GNU GPL.