joshuap / valentine

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

Home Page:http://joshuawood.net/valentine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://joshuawood.net/valentine

License:MIT License


Languages

Language:Ruby 100.0%