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
- Host: GitHub
- URL: https://github.com/saylestyler/iexport
- Owner: saylestyler
- Created: 2017-07-11T13:46:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T00:27:34.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:18:26.160Z (over 1 year ago)
- Topics: imessage, osx, python, sqlite3
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`