Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created May 6, 2015 01:43
Show Gist options
  • Save RobSpectre/750d4597ea2c3952d1bf to your computer and use it in GitHub Desktop.
Save RobSpectre/750d4597ea2c3952d1bf to your computer and use it in GitHub Desktop.
Solution for $ bash challenge 11
from twilio.rest import TwilioRestClient
client = TwilioRestClient()
client.messages.create(from_="+15556667777", to="+15554443333", media_url="http://vignette2.wikia.nocookie.net/mtg/images/5/54/Meglonoth.jpg/revision/latest/scale-to-width/180?cb=20090129165615")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment