A web, voice and SMS app delivering random reasons why my friend Sonya is awesome.
Delivered for her birthday, January 2012.
Happy birthday Sonya! I cut you some codez.
Text or call (718)285-0684 to use the mobile experience.
Feel free to personalize this project for the special people in your life.
- Create a Twilio account if you do not already have one.
- Buy a phone number.
- Create a TwIML application. Associate your phone number with this appliation.
- In local_settings.py uncomment lines 8-11. Changes the variables to the ones you have set up on your Twilio account. You will see your ACCOUNT SID and your AUTH TOKEN on the top of your Twilio account Dashboard. The APP SID is the name of your TwIML application.
Uncommet to configure in file.
ACCOUNT_SID = "ACxxxxxxxxxxxxx"
AUTH_TOKEN = "yyyyyyyyyyyyyyyy"
SONYA_APP_SID = "APzzzzzzzzz"
SONYA_CALLER_ID = "+17778889999"
- Set you your Voice Request URL for your Twilio number to Application_url/voice
For example
http://immense-oasis-2092.herokuapp.com/voice
And your SMS Request URL to Application_url/sms
For example
http://immense-oasis-2092.herokuapp.com/sms
I'm using a bunch of fun stuff here:
- Authors: Rob Spectre and Alex Aizenberg
- Artist: Brendan O'Brien
- Documentation: Veronica Ray
- License: Mozilla Public License
- Ruby / Sinatra Port: Steven Chau