Company
Date Published
Author
Andrew T. Baker
Word count
1341
Language
English
Hacker News points
None

Summary

This tutorial demonstrates how to create an automated survey for a Python Django web application using the Twilio Python SDK. The survey allows users to answer questions via phone or SMS and stores their responses in the database. The process involves configuring a Twilio number, handling incoming requests from Twilio, processing user input, storing responses, and displaying survey results. The tutorial also provides code examples and instructions for implementing the survey flow using Django and TwiML verbs.