Skip to content

Turn SMS Backup & Restore SMS XML files into HTML transcripts

License

Notifications You must be signed in to change notification settings

samling/smsxml2html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smsxml2html

Turn SMS Backup and Restore SMS XML files into HTML transcripts By Chistopher Mitchell, Ph.D.

This tool creates HTML transcripts of SMS/MMS conversations from Carbonite SMS Backup and Restore backup files. It takes one or more XML files, separates them out into one-on-one conversations, and emits each of those conversations as a separate HTML file. It also parses the URI-encoded MMS images in these backups and produces picture files you can view, edit, and organize.

Usage

python smsxml2html.py -o <output_dir> -n <user_carrier_number> <input_file> [<input_file> ...]
  • <output_dir>: New directory into which to place HTML files and images
  • <user_carrier_number>: The carrier number of the SMS backups' owner, in 1NNNXXXYYYY format
  • <input_file>: One or more XML backup files produced by SMS Backup and Restore.

About

Turn SMS Backup & Restore SMS XML files into HTML transcripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%