Skip to content

Instantly share code, notes, and snippets.

@drnikko
Created October 24, 2012 17:06
Show Gist options
  • Save drnikko/3947360 to your computer and use it in GitHub Desktop.
Save drnikko/3947360 to your computer and use it in GitHub Desktop.
Export Skype chat history
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