CP-Twilio-Python-Text-App
CP-Twilio-Python-Text-App copied to clipboard
How to Text Using Twilio API with Python
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...
Updated
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