This is a simple Python application that demonstrates how to use the ReSMS API for sending SMS messages.
-
Create and activate venv:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt -
Put your api key in the
app.pyfile -
Run the application:
python app.py