Skip to content

Instantly share code, notes, and snippets.

@jadaradix
Last active June 20, 2017 21:29
Show Gist options
  • Save jadaradix/bde844de9d6b2cd8f449 to your computer and use it in GitHub Desktop.
Save jadaradix/bde844de9d6b2cd8f449 to your computer and use it in GitHub Desktop.
Create an SQL file (dump) of OS X iMessage messages.
echo ".dump" | sqlite3 ~/Library/Messages/chat.db > $(date +"%y-%m-%d").sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment