Search code examples
c#c++.netskype

How to read all Skype contacts and messages without using Skype API?


I need to find a way to read all contacts and chat messages from Skype without API.

By Microsoft they will not support the Skype API any more. This is why I need it. In the C:\Documents and Settings**username**\Application Data\Skype there are some files but need to parse them and not sure how if it is the right approach.

Of course the chat messages are always synchronized from the cloud. I need at least the messages saved on the disk.


Solution

  • According to Ilya Ivaonv Skype saves all the data in the SQLLite main.db file situated in %AppData%\Skype folder.