🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

smsmobileapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smsmobileapi

A module that allows sending SMS and WhatsApp for free from your own mobile phone and receiving SMS on your mobile phone, all for free since the mobile plan is used

2.0.1
PyPI
Maintainers
1

SMS Mobile API

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

Prerequisites

1. 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
  • Download SMS Mobile API for iOS

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

2. Connect Your WhatsApp Account (Optional for WhatsApp Integration)

The connection to WhatsApp is handled through the SMS Mobile API dashboard.
This process does not require a WhatsApp Business account or identity verification. Thanks to our simplified and secure authentication process, you can quickly link your WhatsApp account and start sending WhatsApp messages without any per-message costs.

To set up your WhatsApp connection:

Once configured, you'll be able to send WhatsApp messages seamlessly through our API.

Good to Know: WhatsApp Integration

When entering phone numbers for WhatsApp messages:

  • Start with the country code, but without the + or 00.
  • Follow it directly with the rest of the number.

Example: For a number in the USA:
If the phone number is +1 555-123-4567, enter it as 15551234567.

Installation

You can install the module directly from PyPI:

pip install smsmobileapi


FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts