Giter Club home page Giter Club logo

google-voice-archive's Introduction

Google Voice Archive

Description

This is a small Ruby site that was built using the Padrino Framework. It allows a user to import Google Voice data (that was already exported from Google Voice) into a website (local or not) allowing for an easier way to view and extract the data as they want.

I made this simply because trying to view all the data associated to a particular person was difficult and cumbersome. I wanted an easy way I could see all texts from a particular person and read them in a linear fashion.

Prerequisites

  • Create archive of your Google Voice data from: https://www.google.com/settings/takeout
  • Download archive above and extract locally or on your server if code is running remotely
  • Move the contents of the Voice directory from the extracted archive to where you want to import the data (for example: tasks/data/import)
    • note: in the above example, this means the Phones.vcf file is in the tasks/data/import directory

Setup

  • bundle install to download all the gems
  • Run rake sq:migrate in order for the database to be created and migrations to be run (database = sqlite)
  • Run the task: rake import:data['tasks/data/import/'] (where tasks/data/import is the directory with your extracted data)
    • When the import data task is run it will parse the vcard found in the root import directory to find the email and phone number to create a user account to log into the admin as well as a contact user for those text messages that were 'outgoing'

google-voice-archive's People

Contributors

binarygeek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.