pepebe
6/27/2013 - 11:16 AM

Export skypechat with a certain user to xml textfile.

Export skypechat with a certain user to xml textfile.

sqlite3 ~/Library/Application\ Support/Skype/YOURSKYPENAME/main.db "SELECT author,timestamp, body_xml FROM messages WHERE dialog_partner = 'OTHERSKYPENAME'" > ~/Desktop/skype_chat_history.txt