Created
April 24, 2020 13:13
-
-
Save Adityanagraj/dc9e796fbf416eea429865fd813ba1e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from flask import Flask, request | |
from twilio.twiml.messaging_response import MessagingResponse | |
import requests | |
import json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment