tomzx/msn-log-parser

Parse MSN log files in text and html format.

dev-master / 0.1.x-dev 2015-05-13 02:02 UTC

This package is auto-updated.

Last update: 2024-04-10 06:17:34 UTC


README

License Latest Stable Version Latest Unstable Version Build Status Code Quality Code Coverage Total Downloads

MSN Log Parser is a small library which aims to provide a way to parse MSN Messenger logs (both text and HTML) and convert the logs into a format that is easier to digest (JSON).

Notes

Text format

The library currently assumes that it will be fed text logs encoded using Windows-1252.

HTML format

The library currently assumes that it will be fed HTML logs encoded using UTF-16LE.

License

The code is licensed under the MIT license. See LICENSE.