Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quintrino/calling_from_terminal

This Ruby terminal app allows you to have Twilio call your phone and then connect you to a phone number of your choice
https://github.com/quintrino/calling_from_terminal

Last synced: 5 days ago
JSON representation

This Ruby terminal app allows you to have Twilio call your phone and then connect you to a phone number of your choice

Awesome Lists containing this project

README

        

# calling_from_terminal
This Ruby terminal app allows you to have Twilio call your phone and then connect you to a phone number of your choice.

You must have purchased a twilio phone number at www.twilio.com and have call credit.

##Dependencies
Requires Twilio Ruby Gem located at https://github.com/twilio/twilio-ruby

##Environment Variables

Twilio details located at https://www.twilio.com/console

export TWILIO_ACCOUNT_TOKEN= "your twilio account token"
export TWILIO_AUTH_TOKEN= "your twilio auth token"
export TWILIO_OUTGOING_NUMBER= "your twilio number"
export PERSONAL_MOBILE= "the number you'd like them to call"