This project is meant to serve as an example of how to integrate text messaging via the Twilio platform into your website.
-
Create an account on twilio.com.
-
On your dashboard, look for your account sid and auth token
-
Put those in your environment as TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN respectively.
-
Buy a number using the "Buy a number" button in the top right.
-
Put the digits of this number in your environment as TWILIO_FROM_NUMBER
-
Run python app.py from the project base directory.
The example should now be serving on localhost:3000