Metadata-Version: 2.1
Name: smsmobileapi
Version: 1.0.6
Summary: A module that allows sending SMS from your own mobile phone and receiving SMS on your mobile phone, all for free since the mobile plan is used
Home-page: https://github.com/smsmobileapi
Author: Quest-Concept
Author-email: info@smsmobileapi.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SMS Mobile API

**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.

- [Download SMS Mobile API for Android](https://play.google.com/store/apps/details?id=com.smsmobileapiapp)
- [Download SMS Mobile API for iOS](https://apps.apple.com/us/app/sms-mobile-api/id6667092442) *

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

- [How to use the module and examples](https://smsmobileapi.com/python) *

## Installation

You can install the module directly from PyPI:

```bash
pip install smsmobileapi


