Skip to main content

a python3 51welink library by guolei

Project description

guolei_py3_51welink

introduce

guolei python3 51welink library

software architecture

~python 3.*

installation tutorial

pip install guolei-py3-51welink

catalog description

SmsApi example

# @see https://www.lmobile.cn/ApiPages/index.html#page1
from guolei_py3_51welink.sms import Api as SmsApi

sms_api = SmsApi(
    base_url="https://api.51welink.com/",
    account_id="your accountId",
    password="your password",
    product_id="your productId"
)
state = sms_api.send_sms("手机号", "短信内容【签名】")
if state:
    print("发送成功")

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

guolei_py3_51welink-0.0.3-py3-none-any.whl (4.4 kB view details)

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