Skip to content

Instantly share code, notes, and snippets.

@ObjectIsAdvantag
Created September 17, 2016 08:43
Show Gist options
  • Save ObjectIsAdvantag/708e34767b7eb023bff32def7d02fa18 to your computer and use it in GitHub Desktop.
Save ObjectIsAdvantag/708e34767b7eb023bff32def7d02fa18 to your computer and use it in GitHub Desktop.
if 'currentCall' in locals():
msg = currentCall.initialText
if msg == "yes":
say("go get some")
else:
say("I am not a big coffee drinker myself neither")
else:
call(phonenumber, {"network":"SMS"})
say("do you want coffee ?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment