Send SMS with Python Effortlessly – Turn Your Mobile into an SMS Gateway - SMSMobileAPI

Connect Python to your Mobile Phone to send SMS ou WhatsApp

Transform Your Phone into an SMS and WhatsApp Gateway with SMS Mobile API
Easily send and receive SMS and send WhatsApp messages directly from your mobile phone using Python. Automate your communication effortlessly with a few simple lines of code!

Looking for a fast, secure, and simple way to send and receive SMS, or send WhatsApp messages using your mobile phone and Python? SMS Mobile API is the ultimate solution! It allows you to send SMS instantly, retrieve incoming SMS, and send WhatsApp messages, turning your phone into a powerful communication tool for convenience, automation, and reliability.

Pour commencer, installez simplement le module avec la commande suivante :

pip installer smsmobileapi

Avant d'utiliser le module Python, assurez-vous de télécharger notre application mobile sécurisée et vérifiée sur iOS et Android :

Notre application est vérifiée par Google et Apple, garantissant une expérience stable et sécurisée qui respecte votre vie privée. Que vous envoyiez des notifications ou automatisiez les flux de messagerie, SMS Mobile API est la solution idéale pour gérer la communication par SMS directement depuis votre téléphone avec Python !

Exemple de demande d'envoi d'un SMS

Voici un exemple de code Python pour envoyer un SMS en utilisant le API SMS Mobile module:

Avec ce code, un Les SMS seront envoyés directement depuis votre script Python via votre téléphone mobile, en utilisant votre numéro de téléphone.
Cela signifie que votre contact peut vous répondre directement et que Les SMS sont gratuits car il utilise votre forfait mobile.

from smsmobileapi import SMSSender

# Initialize the SMS sender with your API key
sms = SMSSender(api_key='YOUR_API_KEY')

# Send an SMS
response = sms.send_message(to='PHONENUMBER', message='Hello from Python!')
print(response) # This will print the response from the API


Example Request to Send a WhatsApp Message

Here is an example of Python code to send a WhatsApp message using the API SMS Mobile module:

With this code, a WhatsApp message will be sent directly from your Python script via your mobile phone, using your linked WhatsApp account.
This allows you to send messages effortlessly, and there are no per-message costs, as it uses your phone's WhatsApp connection.

from smsmobileapi import SMSSender

# Initialize the SMS sender with your API key
sms = SMSSender(api_key='YOUR_API_KEY')

# Send a WhatsApp message
response = sms.send_message(to='PHONENUMBER', message='Hello from Python via WhatsApp!', sendwa=1, sendsms=0)
print(response) # This will print the response from the API

Key Features

  • WhatsApp Messages: Send messages directly via WhatsApp using your mobile connection.
  • SMS Messages: Still need SMS? You can send both SMS and WhatsApp messages with ease.
  • No Hidden Costs: Both SMS and WhatsApp messages are sent using your mobile plan—no per-message fees.
  • Simple Integration: A few lines of Python code are all you need to get started.


Exemple de demande de récupération de SMS reçus

Voici un exemple de code Python permettant de récupérer les SMS reçus sur votre téléphone portable :

Avec ce script, vous pouvez récupérer tous les SMS reçus sur votre téléphone portable en temps réel, vous permettant d'interagir avec les réponses de vos contacts par SMS.

from smsmobileapi import SMSSender

# Initialize the SMS sender with your API key
sms = SMSSender(api_key='YOUR_API_KEY')


# Retrieve received SMS messages
received_messages = sms.get_received_messages()
print(received_messages) # This will print the list of received SMSx

Connecter mon mobile
fr_FRFrench