Skip to content

Instantly share code, notes, and snippets.

@phalt
Created September 29, 2014 11:52
Show Gist options
  • Select an option

  • Save phalt/c6c4cb94ab0ae3dbf4e0 to your computer and use it in GitHub Desktop.

Select an option

Save phalt/c6c4cb94ab0ae3dbf4e0 to your computer and use it in GitHub Desktop.
Twilio App Monitor Webhooks part 1
from flask import Flask
app = Flask(__name__)
if __name__ == "__main__":
app.run(debug=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment