Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matrix-hacks/ichat2json
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
https://github.com/matrix-hacks/ichat2json
ichat imessage parser plist
Last synced: about 1 month ago
JSON representation
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
- Host: GitHub
- URL: https://github.com/matrix-hacks/ichat2json
- Owner: matrix-hacks
- License: isc
- Created: 2016-12-10T05:00:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T06:11:45.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T15:54:50.843Z (4 months ago)
- Topics: ichat, imessage, parser, plist
- Language: Objective-C
- Size: 28.3 KB
- Stars: 36
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - matrix-hacks/ichat2json - Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT (Objective-C)
README
# ichat2json
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
## Run Instructions
- Open ichat2json.xcodeproj with Xcode.
- Build it.
- In console you'll find the path of the executable.Console:
```console
Usage: /Users/[YOURUSER]/Library/Developer/Xcode/DerivedData/ichat2json-fgxipssxrjlhvrevepwucnmapdzq/Build/Products/Debug/ichat2json path/to/ichat
```Copy the path, and use this command in a Terminal to dump it in a file:
EX:
```bash
cd /PATH_TO_YOUR_ICHAT_FILE
/Users/[YOURUSER]/Library/Developer/Xcode/DerivedData/ichat2json-fgxipssxrjlhvrevepwucnmapdzq/Build/Products/Debug/ichat2json file.ichat > file.json
```## Special Thanks
* [Jonathan](https://github.com/jmah) for [iChat-Image-Indexer](https://github.com/jmah/iChat-Image-Indexer)
* [Karsten](https://github.com/karstenBriksoft) for [PlistExplorer](https://github.com/karstenBriksoft/PlistExplorer)
* [Gianni](https://github.com/unzsnu) for [Run Instructions](https://github.com/matrix-hacks/ichat2json/issues/3#issuecomment-583489932)