imessage_reader icon indicating copy to clipboard operation
imessage_reader copied to clipboard

Fetch imessages from chat.db

Results 3 imessage_reader issues
Sort by recently updated
recently updated
newest added

I'm getting this error exporting to Excel: ``` Traceback (most recent call last): File "/Users/adam/Library/Python/3.11/bin/imessage_reader", line 8, in sys.exit(main()) ^^^^^^ File "/Users/adam/Library/Python/3.11/lib/python/site-packages/imessage_reader/cli.py", line 116, in main check_database_path(args) File "/Users/adam/Library/Python/3.11/lib/python/site-packages/imessage_reader/cli.py", line...

After inspecting the database, I think this can be solved with a `LEFT JOIN` in the sql query. I'll make a pull request when I figure it out.

How do I read the contents of attachments?