Skip to content

Rajiv-Nayan/Send_txt_msg-Python-Twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send text Messages using Twilio API


1. First you have to create an Account on Twilio

2. Verify a Phone Number on Twilio https://www.twilio.com/console/phone-numbers/verified. That you would like to text.

3. Make a folder[Twilio] on Desktop

4. Copy Twilio Credentials and paste it to credentials.py

  • Get Account SID
  • Get Auth Token

5. Copy Phone Numbers and paste it to credentials.py

6. Open IDLE and make a new file as my_sms.py and paste the given code

7. Move both files in Twilio folder

8. Open your terminal or Command Prompt(Run as Administrator) and type pip install twilio

9. On Your Twilio folder go to Address Bar and type powershell.

Then type in the following command:

python send_sms.py

Congratulations!

  • You just sent your first text through your Python Text App that uses the Twilio API.

About

Send text messages to anyone using Twilio API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages