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

Connect Python to your Mobile Phone to send SMS hoặc 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? API di động SMS 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.

Để bắt đầu, chỉ cần cài đặt mô-đun bằng lệnh sau:

pip cài đặt smsmobileapi

Trước khi sử dụng mô-đun Python, hãy đảm bảo tải xuống ứng dụng di động an toàn và đã được xác minh của chúng tôi trên iOS và Android:

Ứng dụng của chúng tôi được xác minh bởi cả Google và Apple, đảm bảo trải nghiệm ổn định và an toàn tôn trọng quyền riêng tư của bạn. Cho dù bạn đang gửi thông báo hay tự động hóa quy trình nhắn tin, SMS Mobile API là giải pháp hoàn hảo để quản lý liên lạc SMS trực tiếp từ điện thoại của bạn bằng Python!

Ví dụ yêu cầu gửi tin nhắn SMS

Sau đây là một ví dụ về mã Python để gửi tin nhắn SMS bằng cách sử dụng smsmobileapi mô-đun:

Với mã này, một Tin nhắn SMS sẽ được gửi trực tiếp từ tập lệnh Python của bạn qua điện thoại di động của bạn, sử dụng số điện thoại của bạn.
Điều này có nghĩa là người liên hệ của bạn có thể trả lời trực tiếp cho bạn và Tin nhắn SMS miễn phí vì nó sử dụng gói cước di động của bạn.

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 smsmobileapi mô-đun:

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.


Ví dụ yêu cầu lấy lại tin nhắn SMS đã nhận

Sau đây là một ví dụ về mã Python để lấy tin nhắn SMS nhận được trên điện thoại di động của bạn:

Với tập lệnh này, bạn có thể lấy lại tất cả tin nhắn SMS đã nhận trên điện thoại di động của bạn theo thời gian thực, cho phép bạn tương tác với phản hồi của người liên hệ qua 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

Kết nối điện thoại di động của tôi
viVietnamese