How to Send SMS Messages with Python, Flask and Nexmo
This tutorial introduces you to sending SMS with Python, making use of the Nexmo Python library. It starts by showing how to send SMS from the REPL, then goes on to show you how to build a simple flask app with SMS capabilities.
Steps
1
Introduction to this tutorial2
Prerequisites3
Install the Vonage Python Server SDK4
Send an SMS from the Python REPL5
Set up an SMS Sending Flask App6
Add a Send SMS View7
Run the Flask Server8
Handle the Form Post9
What's next?