Skip to content

kirancshet/SendSMS-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send SMS

This Python script allows the user to send SMS via their Twilio SMS Gateway.

Table of Contents

Description

Python script to send SMS via their Twilio SMS Gateway.

Prerequisites

  • Add your Twilio Account Information in the conf.py.

  • Install twilio library via pip

    pip install twilio

Usage

python send_sms.py

Project Structure

The entire project follows the below folder structure:

.
├── conf.py                 # Twilio Configuration File
├── send_sms.py             # Main Python script to send SMS
└── README.md

Contact

Follow me for more updates here:

About

Send SMS via Twilio SMS Gateway in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages