Skip to content

Instantly share code, notes, and snippets.

@pillows
Created October 12, 2017 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pillows/6f0c17670c5f9b22aea46d804490ec8d to your computer and use it in GitHub Desktop.
Save pillows/6f0c17670c5f9b22aea46d804490ec8d to your computer and use it in GitHub Desktop.
Twilio documentation
[home ~/www/sms.scribbl.es/public_html] pip freeze | grep twilio
twilio==6.7.1
[home ~/www/sms.scribbl.es/public_html] python
Python 2.7.9 (default, Jun 29 2016, 13:08:31)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from twilio import twiml
>>> twiml.Reponse()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Reponse'
>>>
KeyboardInterrupt
>>>
[2]+ Stopped python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment