Skip to content

Instantly share code, notes, and snippets.

View kylemsguy's full-sized avatar

Kyle Zhou kylemsguy

  • Seattle
View GitHub Profile
@kylemsguy
kylemsguy / msnlog.py
Last active January 23, 2020 09:20 — forked from dwf/msnlog.py
A script that dumps convoluted XML log files from MSN Messenger to readable plaintext.
"""
Simple script I whipped up to dump MSN Messenger logs in XML to a readable
plaintext format. It's not very robust, nor am I sure which versions of MSN
Messenger it's compatible or incompatible with; I just had a specific
conversation I wanted to read, and this was the vehicle to that end.
By David Warde-Farley -- user AT cs dot toronto dot edu (user = dwf)
Updated for Python 3.6 by Kyle Zhou (also former CS student at UofT)