SMS-iT API Python wrapper 0.0.2
Project description
SMS-iT API Wrapper
SMS-iT API Python wrapper 0.0.2
GitHub at: https://github.com/SMS-iT-ai/smsit_wrapper/blob/main/README.md
Table of Content
Installation
Available on pypi
pip install smsit_wrapper
Requirements
Used runtime: Python 3.8
requests
Available methods
'addAppointment', 'addContact', 'checkCredits', 'generateOTP', 'getContact', 'getContactByName', 'getGroupsList', 'sendMessageToContacts', 'sendMessageToGroup', 'validateOTP'
from smsit_wrapper import smsit
h = smsit(token="MyToken", version="cloud") #version options : cloud or decentral
The official API Reference can be found here
Example
To generate OTP:
from smsit_wrapper import smsit
h = smsit(token="MyToken", version="cloud") #version options : cloud or decentral
print(h.generateOTP())
OUTPUT:
{'status': 'Success', 'msg': 'Otp Successfully Generated', 'otp': '94b87b'}
Contribute
Feel Free to contribute and expand the wrapper
To be updated
Have Fun!
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
smsit_wrapper-0.0.2.tar.gz
(3.6 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 smsit_wrapper-0.0.2.tar.gz.
File metadata
- Download URL: smsit_wrapper-0.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcab16ccf67055b5e7562d5005401769ab847f10a6f3a1bed432ce3c8d73897a
|
|
| MD5 |
f76eeaf2fb9a8d4039bff37577f30c82
|
|
| BLAKE2b-256 |
77e265fe20af66482de30de63eca0da5f8f051e5a115ca7ca2f8bc3633d76d66
|
File details
Details for the file smsit_wrapper-0.0.2-py3-none-any.whl.
File metadata
- Download URL: smsit_wrapper-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26ccf8a3c6fd5bee6cd12731e54306ddc39807fb291dc6b76ab24786de46ef39
|
|
| MD5 |
d18af1e3a3e9516bbf880ae1ad1954c7
|
|
| BLAKE2b-256 |
eb55ca25a6867267edf8b8e059711769959f3db6c573304a255b68aa5ca94600
|