Skip to main content

NAVER SENS CLIENT

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

Project details


Download files

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

Source Distribution

naver_sens_client-0.0.3.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

naver_sens_client-0.0.3-py3-none-any.whl (3.7 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