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.
pipenv run python parser.py --input-folder=<input_folder> --output-folder=<output_folder> --print-output
pipenv run python parser.py --input-folder=<input_folder> --output-folder=<output_folder> --no-print
pipenv run pytest
- Create functions to read/write to file