Python Wrapper module for ZoomConnect API
Project description
ZoomConnect Python SDK
This Python package provides a wrapper for the ZoomConnect API.
Installation
pip install zoomconnect-sdk
Authentication
Please visit the signup page to create an account and generate an API key.
Example usage
from zoomconnect_sdk.client import Client
c = Client(api_token='xxx-xxx-xxx-xxx', account_email='xxxx@xxx.co.za')
try:
res = c.send_sms("0000000000", "Welcome to ZoomConnect")
except Exception as e:
print(e)
else:
print(res)
Requirements
Python 3.6+
License
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 Distribution
zoomconnect_sdk-0.0.3.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zoomconnect_sdk-0.0.3.tar.gz.
File metadata
- Download URL: zoomconnect_sdk-0.0.3.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9abbd44746dc7f04bbe1cc785a6b5763c4e41d6a96e218db65fe1ac9fb7dee4
|
|
| MD5 |
d3a9dfea11030a36c71de86ed5854d38
|
|
| BLAKE2b-256 |
0e7316e4b823a357cf9ac50bcd739536b34fbffd073d93b8b1f35be0b08e113b
|
File details
Details for the file zoomconnect_sdk-0.0.3-py3-none-any.whl.
File metadata
- Download URL: zoomconnect_sdk-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15b7675f1c1dc4f8349251cb276d559b0488fae802865bf3fd15126e102d323
|
|
| MD5 |
77ad815e7e328f6282230fd939622f9f
|
|
| BLAKE2b-256 |
bd3367aaaefd284c4fa16f0f679110d066815a17865d101e51318a6e10771251
|