Simple SMS sending with Twilio and Python
After cloning the repo:
-
set following environment variables in your system with appropriate values for your account: TWILIO_ACCOUNT_SID TWILIO_AUTH_TOKEN TWILIO_NUMBER
-
copy the recip_list_copy file to recip_list.txt and add the numbers you'd like to message
-
Edit the message in body.py to suit
-
Install twilio - pip install -r requirements.txt
-
Run python app.py from command line to start