Skip to content

radovansliz/skype-chat-history-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Skype Chat Export Parser

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.


๐Ÿ›  Features

  • 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

How to Use

1. Download Your Skype Export

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.

2. Run the Script

Basic usage:

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

This is an open-source tool โ€“ feel free to improve it or add new features via pull request. If you'd like to support my work, you can do so here:

Buy Me A Coffee

About

Convert exported Skype chat history into a readable TXT file grouped by date. Easy to use, no dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages