/SmsBackupReader

A small web viewer to read sms stored by Android SMSBackup app

Primary LanguageHTML

Viewer for Android SMS backup app, for ex SMSBackupRestore

The server-side is using Flask and client-side AngularJS

First you need to install all the PIP requirement

pip install -r requirements.txt

After you can run the server

python server.py {sms_file_to_read}

You can then visualize your sms on http://127.0.0.1:5000/static/index.html