Skip to content

gbshahaq/send_sms_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SMS sending with Twilio and Python

After cloning the repo:

  1. set following environment variables in your system with appropriate values for your account: TWILIO_ACCOUNT_SID TWILIO_AUTH_TOKEN TWILIO_NUMBER

  2. copy the recip_list_copy file to recip_list.txt and add the numbers you'd like to message

  3. Edit the message in body.py to suit

  4. Install twilio - pip install -r requirements.txt

  5. Run python app.py from command line to start

Run on Repl.it

About

Send SMS with Twilio and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages