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
Release history Release notifications | RSS feed
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
File details
Details for the file guolei_py3_51welink-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: guolei_py3_51welink-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e470a56e9c875171ba0963982ed99752726aa1b9c5aa6cda7a1006a5ee8babd |
|
MD5 | a254011c17eef4969feb888f0cd51ab1 |
|
BLAKE2b-256 | 8e53a702ed47e420bde2f980447d95e75d460c288c9ed47e5ce9af030dc7cc06 |