Skip to content

This parser uses Beautiful Soup to print MSN Messenger logs in a readable way.

Notifications You must be signed in to change notification settings

tinyweasel/msn-chat-log-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSN Chat log parser

This parser uses Beautiful Soup to convert MSN Messenger chat logs from XML to a more readable text file. If the input and output folder and print boolean aren't set, it will prompt the user to enter them.

Usage

To print chat logs to console

pipenv run python parser.py --input-folder=<input_folder> --output-folder=<output_folder> --print-output

To output formatted text files without printing to console

pipenv run python parser.py --input-folder=<input_folder> --output-folder=<output_folder> --no-print

To run tests

pipenv run pytest

TODO

  • Create functions to read/write to file

About

This parser uses Beautiful Soup to print MSN Messenger logs in a readable way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages