Skip to main content

An HTML formatter for IRC log files

Project description

An HTML formatter for IRC log files. Currently, only the format used by Omnipresence is supported; look in interstat.formats for an idea of how to add more.

Install it with:

$ pip install interstat

Then run:

$ interstat LOGFILE HTMLFILE

If you want to change the generated HTML or CSS, copy the files in the interstat/templates directory that you want to override, make your changes, and run:

$ interstat --template-dir my-templates/ LOGFILE HTMLFILE

For more options, try:

$ interstat --help

Interstat also provides a Python API, in case that’s more your thing:

>>> import interstat
>>> # Convert an entire log file:
>>> interstat.file_as_html(open('irc.log'), 'omnipresence')
>>> # Or just some text with embedded mIRC formatting codes:
>>> interstat.line_as_html('\x02Bold\x02 and \x1Funderlined\x1F, oh my!')

Report bugs and make feature requests on Interstat’s GitHub project page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

interstat-0.2.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

interstat-0.2.1-py2.py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page