Send SMS with Python 3 & Twilio.com
==========================================
If you wanted in your PHP web site or Python Program, send SMS you can follow below :
https://www.twilio.com/docs/sms/quickstart/php
https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-python
https://lse-blogs.s3-eu-west-1.amazonaws.com/personal/SMS-Python3-Twilio-provider.zip
The latter zip file is a complete Python program – when you press switch [press space bar emulated here] eg Enter a PC Lab room the switch turn True… then recorded in TXT file the date/time entered, appear on the Pygame window this time, and an SMS sent to your Mobile.
Requirements
1
Trial Free Twilio account – a limit on free SMS
2
Twilio credentials lines 15-16
# Your Account Sid and Auth Token from twilio.com/console
# DANGER! This is insecure. See http://twil.io/secure
account_sid = ”
auth_token = ”
3
Twilio Telephone number provided by Twilio account and your own mobile number [SMS delivered] lines 70-71
from_=’+11234567890′, # personal Twilio account telephone number
to=’+11234567890′ # your number – notified / delivered the SMS
if you need help contact me
LSE