Skip to content

twilio-thinQLCR-python, Twilio Wrapper Python Library For thinQ LCR integration

License

Notifications You must be signed in to change notification settings

thinqinc/twilio-thinQLCR-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Wrapper Python Library For thinQ LCR integration

This package is no longer maintainted. You should use the rest API instead

Note that you will need a valid LCR Account with thinQ before using the libraries. For more information please contact your thinQ Sales representative at http://www.thinq.com

To use with version 6.X of Twilio's SDK, simply do:

>>> from twilio_thinQLCR import TwilioWrapper
>>> wrapper = TwilioWrapper(twilio_account_sid, twilio_auth_token, thinQ_id, thinQ_token)
>>> # wrapper.call(to-number, from-number, twiML URL)
>>> call = wrapper.call("12345678901", "18765432101", "http://example.com/twilio.xml")
>>> print "Call sid: " + str(call.sid)

About

twilio-thinQLCR-python, Twilio Wrapper Python Library For thinQ LCR integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages