Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 570 Bytes

iPhone SMS viewer

Uses Ruby/Sinatra to serve up an archived conversation from an iPhone sms.db sqlite file.

Installation

  1. bundle install
  2. Copy your sms.db file to the db directory (see here for instructions)
  3. ADDRESS=[phone number] ruby server.rb

If using pow, create a .powrc file to handle the environment: echo 'export ADDRESS=[phone number]' > .powrc, and then link the directory to ~/.pow like normal. Site should then be available at http://valentine.dev