Skip to content
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.

How to use

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

Supported export formats

  • 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

Versions

  • 0.8 : fix the database search from IOS 5
  • 0.7 : fix the date time format with csv export
Clone this wiki locally