Last active
December 11, 2015 10:48
-
-
Save pupadupa/4588819 to your computer and use it in GitHub Desktop.
How to select skype history on mac osx
This file contains 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
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