skype-chat-parser

Tool to convert/parse your skype-chat-history into json

Usage no npm install needed!

<script type="module">
  import skypeChatParser from 'https://cdn.skypack.dev/skype-chat-parser';
</script>

README

skype-chat-parser

Skype chat parser is a tool which will help you convert your skype chat history into a JSON model.

How it works ?

  • Copy Skype chat into one txt file
  • Use following command skype-chat-parser [filename].txt
  • It will generate new file skypeChat.json

How to install ?

  • npm install -g skype-chat-parser