Skip to main content

Python wrapper for Unifun BulkSMSAPI (bulksms.md)

Project description

bulksmsmd - Python wrapper for Unifun BulkSMSAPI (bulksms.md)

Python Versions PyPI Version License

Condsider the official documentation before using this package or to understand the more advanced options dlrurl, dlrmask, charset and coding.

2021 Official documentation .DOCX

2021 Official documentation .PDF

Installation

Installation is done using the following command:

pip install bulksmsmd

Usage

The username and password are the credentials for the API. The sender is the name of the sender.

client = SMSClient(
    username = 'username',
    password = 'password',
    sender = 'sender',
    proxy = {
        'http': 'http://PROXY_URL,
        'https': 'https://PROXY_URL',
    }
)

The client object is used to send messages and contains two methods: send_sms_simple & send_sms_nde.

client.send_sms_simple(
    msisdn = '69123456',
    body = 'Test message.',
    prefix = '373',
)

client.send_sms_nde(
    msisdn = '69123456',
    body = 'Test message.',
    prefix = '373',
    dlr_url = 'https://example.com/dlr',
    dlr_mask = '31',
    charset = 'utf8',
    coding = '2',
)

History

0.1.0 (2021-10-03)

  • First release on Github.

0.1.1 (2021-10-03)

  • Uploaded wheel.

0.1.2 (2022-03-03)

  • Multiple changes & documentation improved.

0.1.3 (2023-02-07)

  • Proxy support added.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bulksmsmd-0.1.3-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page