Configuration

To use Twilio, we need a trial number, account sid, and auth token.

We can find our account-specific configuration credentials on the Dashboard page of the account console as shown below:

import

Next, modify your Score class in models.pyto look like the code below:

Last updated