Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.24 KB

File metadata and controls

28 lines (17 loc) · 1.24 KB

SMS Mobile API Python Module

SMS Mobile API is a Python module that allows developers to send SMS messages and retrieve received SMS messages via the SMS Mobile API.

Prerequisite: Install the SMS Mobile API App

Before using this module, you must first install the SMS Mobile API mobile app on your Android or iOS device. This app is required to connect your phone to the API for sending and receiving SMS messages.

Once the app is installed and configured, you can obtain your API key from within the app to use with this Python module.

Features

  • Send SMS: Seamlessly send SMS messages using a simple Python function
  • Receive SMS: Retrieve incoming SMS messages from your mobile device
  • Easy Integration: Integrates with your Python applications with minimal setup
  • API Key Authentication: Secure communication through API key-based authentication

Installation

You can install the module directly from PyPI:

pip install smsmobileapi