Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quintrino/calling_from_terminal
- Owner: quintrino
- Created: 2016-07-14T02:46:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T02:59:23.000Z (over 8 years ago)
- Last Synced: 2025-01-07T17:31:52.758Z (9 days ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"