I discovered recently that the latest version of Skype (v4) now holds all users session data, such as your chats, in a SQL database. What’s more it is easy to write queries using standard SQL to query the database and extract data. Here I’ll show you how.
%appdata%/Skype/<username>/main.db
It is important to note that Skype MUST be closed before you can open the database.
Skype presents … Read the rest