gulraiznoorbari / Twilio-SMS-Sender

Demonstrating the use of Twilio API in JS and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twilio's SMS API

Testing Twilio's SMS API in JavaScript and Python

How to Run

  1. Go to Twilio's Website.
  2. Sign-up and generate Twilio Virtual Phone Number from the dashboard.
  3. Along with the Twilio Virtual Phone Number copy the Unqiue Account SID and Authentication Token and paste in the specified areas of the code.
  4. Then run the following commands in the Terminal:
git clone https://github.com/gulraiznoorbari/SMS-Sender.git
cd SMS-Sender
python sms_sender.py

Author

You can get in touch with me on my LinkedIn Profile:

Gulraiz Noor Bari

LinkedIn Link
Twitter Link

You can also follow my GitHub Profile to stay updated about my latest projects: GitHub Follow

If you liked the repo then kindly support it by giving it a star ⭐!

Contributions Welcome

forthebadge

If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.

About

Demonstrating the use of Twilio API in JS and Python


Languages

Language:Python 71.6%Language:JavaScript 28.4%