Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 635 Bytes

Python Text App Using Twilio API

Here I am sharing how to make Text app in Python-3 using Twilio API.

  1. Create an account on Twilio.

  2. Verify a Phone Number on Twilio.

  3. Get Twilio Credentials https://www.twilio.com/console Get Account SID Get Auth Token

  4. Get Phone Numbers Twilio Number Verified Cell Phone Number (You Want To Text)

  5. Make a Python file. Ex. credentials.py

  6. Put your Twilio credentials and Twilio phone numbers in credentials.py

  7. Open your terminal and pip install twilio.

  8. Open sendSMS.py in IDLE/Cmd/terminal and Run it!

Congratulations! All Done. Note : Star this Repository