Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 602 Bytes

File metadata and controls

18 lines (15 loc) · 602 Bytes

ReSMS Python Application

This is a simple Python application that demonstrates how to use the ReSMS API for sending SMS messages.

Installation

  1. Create and activate venv:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  2. Install dependencies: pip install -r requirements.txt

  3. Put your api key in the app.py file

  4. Run the application: python app.py

Links