Skip to content

kirancshet/SendSMS-Nexmo-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send SMS

This Python script allows the user to send SMS via their Nexmo/Vonage SMS Gateway.

Table of Contents

Description

Python script to send SMS via their Nexmo/Vonage SMS Gateway.

Prerequisites

  • Add your Nexmo/Vonage Account Information in the conf.py.

  • Install vonage library via pip

    pip install vonage

Usage

python send_sms.py

Project Structure

The entire project follows the below folder structure:

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

Contact

Follow me for more updates here:

Releases

No releases published

Packages

No packages published

Languages