This python script is used to send SMS to any mobile number using Twilio and here different packages used are os(Securely use tokens), twilio.rest import Client (Send SMS) and this script needs Twilio Free Trail Account in order to send SMS using python.
- Install Twilio helper library from here
- Create new Twilio account with Free Trail
- Create Virtual Number
- Verify your personal number on Twilio
- Get Your "account_sid" & "auth_token" & replace in the written python script (sms.py)
- Click Here for detailed instructions
