An open API service indexing awesome lists of open source software.

https://github.com/saylestyler/iexport

Converts local iMessage chat.db archive to a single .html file
https://github.com/saylestyler/iexport

imessage osx python sqlite3

Last synced: about 1 year ago
JSON representation

Converts local iMessage chat.db archive to a single .html file

Awesome Lists containing this project

README

          

# iExport

If you have iMessage, then the files are backed up in `~/Library/Messages/chat.db`

This script will process them from a wild collection of `.plist`s to a single html file

It relies on sqlite3 & python (should be factory installs)

1. `git clone https://www.github.com/saylestyler/iExport && cd iExport`
2. run `python iExport.py > your-backup.html`
3. njoy `open your-backup.html -a Firefox`