A website that forces a robot to call you and read you Moby Dick. Uses Twilio. Project by Chris Reinhardt - creinhardt@gmail.com
- Sign up for a Twilio account: https://twilio.com
- Setup a Programmable Voice number (there will be a small fee for this, info here https://www.twilio.com/voice/pricing/us).
- Clone this repository.
- Rename config-sample.php to config.php
- In config.php enter your AccountSid and AuthToken from https://twilio.com/console
- Enter your Programmable Voice number as the 'FromNumber'.
- Enter the URL of the file Twilio will request when the call is answered as 'CallURL'. For this project it is ishmael.php.
- That's it! When someone enters their number in the form on index.php Twilio will call them from your Programmable Voice number and read the script from ishmael.php.