Skip to content

santutu/NaverSensClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAVER SENS CLIENT

  • support only send sms yet

Install

pip install naver-sens-client

Usage

from naver_sens_client.client import SensClient

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

About

NAVER SENS CLIENT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages