Project description
NAVER SENS CLIENT
- support only send sms yet
Install
pip install naver-sens-client
Usage
sens_client = SensClient(service_id, secret_key, access_key_id)
and then
response = sens_client.send_sms(to_mobile_number, content, from_mobile_number)
or
sens_client.set_from_number(from_mobile_number)
response = sens_client.send_sms(to_mobile_number, content)
then confirm response.
print(response.status_code)
print(response.content.decode('utf-8'))
More detail
Naver Sens API DOCUMENT/KR-KO
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file naver_sens_client-0.0.3.tar.gz
.
File metadata
-
Download URL:
naver_sens_client-0.0.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.7rc1
File hashes
Hashes for naver_sens_client-0.0.3.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
74508a372efd9678cb47cdf6e495c283dcb6769cb235f4c2f6882d8e789a29e8 |
|
MD5 |
7840edc63c0e9a57f845b74324706c9b |
|
BLAKE2b-256 |
dc0416eacb38c4b57d148473d27944cc13b465d21d0b944bfc33aae7ef7dfe1b |
|
See more details on using hashes here.
File details
Details for the file naver_sens_client-0.0.3-py3-none-any.whl
.
File metadata
-
Download URL:
naver_sens_client-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.7rc1
File hashes
Hashes for naver_sens_client-0.0.3-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
09e8ec44fe8522d64b6119ed8cd7284816346ab514cca147f9de507541208187 |
|
MD5 |
8cdccc24de35afad04c3602cdc361876 |
|
BLAKE2b-256 |
3e7104f8841c1aef3e96fa8b10b8f9aec5a66d0a6f4a71749c2da80eb74c5240 |
|
See more details on using hashes here.