Created
May 6, 2015 01:43
-
-
Save RobSpectre/750d4597ea2c3952d1bf to your computer and use it in GitHub Desktop.
Solution for $ bash challenge 11
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 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