Skype Log Analysis

I found the .dbb file, contactgroup256.dbb and would like to read it. Can I upload it to MySQL? There is a python script to capture contact photos, but I was only looking for the name and phone numbers (text data).

+3
source share
1 answer

I think this open source tool should have what you need. From the description:

skypelog.py - read and save Skype Linux chat history in Python.

Skype for Linux stores the user's chat history in binary * .dbb files. skypelog.py implements classes for easy access to data in this Python file.

+1
source

Source: https://habr.com/ru/post/1785907/


All Articles