Skip to content

Instantly share code, notes, and snippets.

@pupadupa
Last active December 11, 2015 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pupadupa/4588819 to your computer and use it in GitHub Desktop.
Save pupadupa/4588819 to your computer and use it in GitHub Desktop.
How to select skype history on mac osx
cd ~/Library/Application\ Support/Skype/%USERNAME%/
sqlite3 main.db "select datetime(timestamp,'unixepoch'), from_dispname, body_xml from Messages order by timestamp" > /Users/%USERNAME%/Desktop/SkypeHistory.txt
sqlite3 main.db "PRAGMA table_info(Messages);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment