This script converts an exported Skype message history JSON into a readable text format, grouped by date.
โ ๏ธ Since Skype is discontinued, the only available option is to export your chat history via the official Microsoft export tool. This script processes that export.
- Parses all conversations from Skype JSON chat export
- Skips calls, events, and URI-based messages
- Groups messages by date
- Outputs a clean, readable
.txt
file
Go to https://privacy.microsoft.com/en-us, request your data export, and download the .tar
or .zip
archive. Inside, locate the messages.json
file.
python parse_skype_export.py -i messages.json
Optional: specify output file name
python parse_skype_export.py -i messages.json -o my_chats.txt