├── .gitignore ├── LICENSE.md ├── README.md ├── ios_chat.py ├── ios_parser.py └── sms.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsharkey13/iphone_message_parser/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsharkey13/iphone_message_parser/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsharkey13/iphone_message_parser/HEAD/README.md -------------------------------------------------------------------------------- /ios_chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsharkey13/iphone_message_parser/HEAD/ios_chat.py -------------------------------------------------------------------------------- /ios_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsharkey13/iphone_message_parser/HEAD/ios_parser.py -------------------------------------------------------------------------------- /sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsharkey13/iphone_message_parser/HEAD/sms.py --------------------------------------------------------------------------------