Created
October 24, 2012 17:06
-
-
Save drnikko/3947360 to your computer and use it in GitHub Desktop.
Export Skype chat history
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sqlite3 ~/Library/Application\ Support/Skype/<YOUR SKYPENAME>/main.db "SELECT author,timestamp, body_xml FROM messages WHERE dialog_partner = '<OTHER SKYPENAME>'" > ~/Desktop/skype_chat_history.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment