Skip to content

Instantly share code, notes, and snippets.

@phalt
Created July 31, 2014 15:39
Show Gist options
  • Select an option

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

Select an option

Save phalt/7ff353251571a5fb6174 to your computer and use it in GitHub Desktop.
def twilio_response(pokemon_name, description, type):
if type == 'voice':
# Do voice response
if type =='message':
# do message response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment