Skip to main content

API Guide for Hahu Cloud SMS Gateway

This is simple python api for hahucloud sms. It is a RESTful API, and you can use it to send SMS messages to your customers. It is a simple and easy to use API.

This is unofficial API, and it is not supported by Hahu Clouds. It is just a guide for you to use Hahu SMS API. If you have any questions, please contact us.

Contact Information:

- Email: chapimenge3@gmail.com
- Telegram: @chapimenge
- Twitter: @chapimenge
- Linkedin: https://www.linkedin.com/in/chapimenge/

Installation

hahusms is available on PyPI:

python -m pip install hahusms

Hahusms officially supports Python 3.7 and above.

User Guide

Simple API Reference:

from hahusms import SMS

sms = SMS(api_key='your_api_key')

response = sms.send_message(to='+86xxxxxxxx', message='Hello world!')
print(response['status'])
print(response['message'])
print(response['data'])

# Or you can use the following to make the response from json to object

sms = SMS(api_key='your_api_key', response_format="obj")
response = sms.send_message(to='+86xxxxxxxx', message='Hello world!')
print(response.status)
print(response.message)
print(response.data.message)

API Reference

The SMS class the base class for all API calls. You can set the following parameters when you initialize the SMS class:

- api_key: Your API key.
- response_format: The response format. It can be "json" or "obj".
- device (optional): The device id to set your own default device.
- sim (optional): The sim slot to set your own default sim slot.
- priority (optional): The priority of the message. It can be 0 or 1.

To use the above parameters we can use as below

from hahusms import SMS
sms = SMS(api_key='your_api_key', response_format="json",
          device='your_device_id(int)', sim='your_sim_slot(int)',
          priority=1)

You can pass the parameters when you call the API.

sms = SMS(api_key='your_api_key', response_format="obj")
params = {
    "id": 1
}
response = sms.get_device(params=params)
print(response.status)
print(response.message)
print(response.data.name) # The response is object type because we set response_format="obj"

you can always override the SMS class and define your own custom methods to call the API.

Available Methods

SMS class have the following methods:

- create_contact
- create_group
- delete_contact
- delete_group
- get_contacts
- get_groups
- get_device
- get_devices
- get_pending
- get_received
- get_received
- send
- send_message - required parameters: to, message

You can find the official Postman Collection for each method in the API Reference.

Release files for hahusms 0.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for hahusms 0.0.1
File Size Uploaded
hahusms-0.0.1.tar.gz 4.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for hahusms 0.0.1
File Interpreter ABI Platform
hahusms-0.0.1-py3-none-any.whl Python 3 none any Details

Total release size: 9.4 kB

Release files / hahusms-0.0.1.tar.gz

Download URL hahusms-0.0.1.tar.gz
Size 4.6 kB
Tags Source
SHA-256 checksum
How to use checksums
000cdaa341ce7dfebfc8095b6136e60fa382ae671cb7d2cd98d8cd2f4f79c942
BLAKE2b-256 checksum
How to use checksums
49ceb97973f2bfc8d9ab137bdc4e1d1fba29ce317597f85ffeec98005a7b28f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.5

Release files / hahusms-0.0.1-py3-none-any.whl

Download URL hahusms-0.0.1-py3-none-any.whl
Size 4.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1ae53bdea4fe1d7e122235cb51d398276e99736c324f09af725cd380a76e723c
BLAKE2b-256 checksum
How to use checksums
d24f73551f152026566ff71eec908adf9fc7b892b38cc9c6c4e6087a7c333a19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.5

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page