Python Text App Using Twilio API
Here I am sharing how to make Text app in Python-3 using Twilio API.
- 
Create an account on Twilio. 
- 
Verify a Phone Number on Twilio. 
- 
Get Twilio Credentials https://www.twilio.com/console Get Account SID Get Auth Token 
- 
Get Phone Numbers Twilio Number Verified Cell Phone Number (You Want To Text) 
- 
Make a Python file. Ex. credentials.py 
- 
Put your Twilio credentials and Twilio phone numbers in credentials.py 
- 
Open your terminal and pip install twilio. 
- 
Open sendSMS.py in IDLE/Cmd/terminal and Run it! 
Congratulations! All Done. Note : Star this Repository