Read skype message archive -


I would like to read my Skype message archive outside of the Skype app. And being able to export it in some way (except copy-paste from my messages) I can understand Skype only for 30 days or archives.

Anyone using an app / exporting Skype's message?

You can view Skype's profile database (% USERDIR% \ Application Data \ Skype \% Your profile name% \ main.db ) which is basically SQLite database and see what you can get from it. If you are using Windows 8 and above , the path % USERDIR% \ AppData \ Local \ compress \ Microsoft.SkypeApp \ Localstate \% your_skype_profile_name% \ main.db

I will give you a hit about the tables:

  • "Conversation" - a conversation
  • via the convo_id field "Chat" - "Chat" - A list of saved chats is made up of each chat conversation.
  • "Chatmember" - Members of Chat
  • Li>

The table is quite good Detailed and using some areas it is not clear, but I think you get the idea.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -