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

If you're not sure about the file name format, learn more about wheel file names.

naver_sens_client-0.0.3-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page