开发者

Structure and Format for Skype history databases

开发者 https://www.devze.com 2023-01-12 00:12 出处:网络
Skype seems to use .db, .db-journal, and .lock files, as well as subdirectories full of .dat files for storing conversation histories.ces

Skype seems to use .db, .db-journal, and .lock files, as well as subdirectories full of .dat files for storing conversation histories.ces

Are the开发者_JS百科 formats of these files available anywhere, or is there an open source library for accessing them that I can examine and possibly modify? I think several libraries allow the retrieval of conversation history, but I would like to also achieve insertion of conversation history records.


They are SQLite databases.

You can use SQLite or a tool to see its contents.

Also, most of this content is available through Skype API (I am aware of COM and Java bindings)

Best

Adriano

0

精彩评论

暂无评论...
验证码 换一张
取 消