https://github.com/thinqinc/twilio-thinqlcr-python
twilio-thinQLCR-python, Twilio Wrapper Python Library For thinQ LCR integration
https://github.com/thinqinc/twilio-thinqlcr-python
Last synced: about 2 months ago
JSON representation
twilio-thinQLCR-python, Twilio Wrapper Python Library For thinQ LCR integration
- Host: GitHub
- URL: https://github.com/thinqinc/twilio-thinqlcr-python
- Owner: thinqinc
- License: mit
- Created: 2016-03-14T20:30:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T13:49:43.000Z (about 4 years ago)
- Last Synced: 2025-08-31T01:47:41.991Z (11 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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)