Skip to content

Latest commit

 

History

History
 
 

Send-Twilio-SMS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Send SMS using Twilio

Python Script to Send SMS to any Mobile Number using Twilio

  • Send SMS Programmatically
  • Quick Start Guide
  • Easy to implement in any Python Project

Setup Instructions

  • Install Twilio Helper Library
  • 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 script (main.py)
  • Click Here for Detailed Instructions

Detailed explanation of script, if needed

  • Packages Used: os(Securely use tokens), twilio.rest import Client (Send SMS)

How it works?

working-pic

Author(s)

Dhanraj Chavan

Disclaimers

  • This script needs Twilio Free Trail Account in order to send SMS using python