CP-Twilio-Python-Text-App icon indicating copy to clipboard operation
CP-Twilio-Python-Text-App copied to clipboard

How to Text Using Twilio API with Python

Results 5 CP-Twilio-Python-Text-App issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:/Users/Mohammed Ali/AppData/Local/Programs/Python/Python37/send_sms.py", line 5, in client = TwilioRestClient(account_sid, auth_token) File "C:\Users\Mohammed Ali\AppData\Local\Programs\Python\Python37\lib\site-packages\twilio\base\obsolete.py", line 20, in new_func .format(func.__name__) twilio.base.obsolete.ObsoleteException: TwilioRestClient has been removed from this...

Changed TwilioRestClient To Client as it has been changed with the newer version of twilio. As with TwilioRestClient it was throwing back this error ---- "twilio.base.obsolete.ObsoleteException: TwilioRestClient has been removed...

the old is not work anymore