This Python script allows the user to send SMS via their Nexmo/Vonage SMS Gateway.
Python script to send SMS via their Nexmo/Vonage SMS Gateway.
-
Add your Nexmo/Vonage Account Information in the conf.py.
-
Install vonage library via
pip
pip install vonage
python send_sms.py
The entire project follows the below folder structure:
.
├── conf.py # Vonage Configuration File
├── send_sms.py # Main Python script to send SMS
└── README.md
Follow me for more updates here: