GithubHelp home page GithubHelp logo

web5design / tropo-audiofiles-to-s3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from voxeolabs/tropo-audiofiles-to-s3

0.0 3.0 0.0 60 KB

Web service application for receiving Tropo recordings from the cloud and pushing them to Amazon S3

Home Page: http://tropo.com

License: MIT License

tropo-audiofiles-to-s3's Introduction

Tropo AudioFiles to Amazon S3 Server

Overview

This app provides a Web Service written with Sinatra to allow for files recorded on Tropo to be pushed from the Tropo cloud to Amazon S3. This application may be run on your own servers or easily deployed to Heroku.

Requirements

  • Ruby 1.8.6+
  • Gems
    • Sinatra 0.9.2+
  • Amazon S3 Account
  • Optional
    • Heroku Account
    • Gems
      • Heroku 1.1+

Installation

First, get the app:

git clone git://github.com/voxeo/tropo-audiofiles-to-s3.git

Copy the sample configuration file for Amazon S3:

cp ~/application-directory/config/amazon_s3.yml.sample ~/application-directory/config/amazon_s3.yml

Install the required gems:

sudo gem install sinatra aws-s3 heroku

Configuration

Configure your Amazon S3 Bucket, Access Key and Secret Access key here:

~/application-directory/config/amazon_s3.yml

Running on Your Own Server

To run the app you may do the following:

ruby ~/application-directory/tropo-audiofiles-to-s3.rb

Deploying to Heroku

It is possible to push this app to be hosted by Heroku. First you will need a Heroku account and the Heroku gem:

sudo gem install heroku

After you have cloned the repo from Github above, you may do the following:

cd ~/application-directory
heroku create my-app-name
git push heroku master

(More from Heroku here)

Thats it, you may now start using the URL http://my-app-name.heroku.com/post_audio_to_s3.

tropo-audiofiles-to-s3's People

Watchers

JT5D avatar James Cloos avatar  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.