Skip to content

shreyanshvarshney/Python-Messaging-App-Twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Messaging-App-Twilio

With a free twilio account you can only message VERIFIED (verify via OTP or call on thier phone numbers) numbers.

  1. Create an account on Twilio(https://www.twilio.com/).

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

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

  4. Get Phone Numbers: Your Twilio Number (https://www.twilio.com/console/phone-numbers/incoming) Verified Receiver Phone Number You Want To Message (https://www.twilio.com/console/phone-numbers/verified)

  5. Put your twilio Account SID, Auth Token and twilio phone numbers(yours, receiver) in send_textMessage.py

  6. Clone this repository on your desktop.

  7. Open your terminal(command prompt) and write this command: pip install twilio.

  8. After installing it, write this command to run your message app: python Desktop/Python-Messaging-App-Twilio-master/send_textMessage.py OR

  9. Open send_textMessage.py in IDLE and Run it!

Hurayyyy! You sent your first message through your Python Messaging App using Twilio API.

About

How to Message Using Twilio API with Python 3.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages