-
Notifications
You must be signed in to change notification settings - Fork 0
Home
terrettaz edited this page Oct 23, 2011
·
6 revisions
export-iphone-sms project a single file written in Python
As his name says, this script export iPhone sms (text message) from backup files.
After an iTunes synchronization of the iPhone, just run this script to export sms in the standard out.
-
python export-iphone-sms.py -h
to get some help -
python export-iphone-sms.py txt
for the impatient
- txt : Plain text format, human readable
- html : Well formatted html page
- csv : Exchangable format as comma separated
- xml : Exchangable format as XML
- json : JavaScript Object Notation, you need python 2.6 or simplejson module install
- 0.8 : fix the database search from IOS 5
- 0.7 : fix the date time format with csv export