As far as I know, this question hasn't really been asked.
I want to use Twilio to send and receive messages from a Python app. Sending isn't a problem, but I know receiving uses webhooks. Every tutorial and even the Twilio documentation uses Flask. I'm wondering if I can create a program to receive information from Twilio without using Flask or is Flask/Django required.
Thanks