Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Sending SMS using Twilio

Description

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.

Instructions for getting started

  • 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

How it works?

working of twilio