Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 524 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 524 Bytes

About

unmaintained

These little scripts parse through Adium chat logs and format them into nice little plaintext files. Given that I'll only need to do this once, I have put zero effort into doing anything elegant here.

Requirements

You will most likely need iso8601 as well, so:

$ pip install iso8601

Resources

The bulk of imlog.py was shameless stolen from: https://github.com/dustym/py-imlog.