tomzx/msn-log-parser

Parse MSN log files in text and html format.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 3

pkg:composer/tomzx/msn-log-parser

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

This package is auto-updated.

Last update: 2025-10-10 09:33:13 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.