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!
Release files for smsit-wrapper 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| smsit_wrapper-0.0.2.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| smsit_wrapper-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.5 kB
Release files / smsit_wrapper-0.0.2.tar.gz
| Download URL | smsit_wrapper-0.0.2.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bcab16ccf67055b5e7562d5005401769ab847f10a6f3a1bed432ce3c8d73897a
|
|
BLAKE2b-256 checksum How to use checksums |
77e265fe20af66482de30de63eca0da5f8f051e5a115ca7ca2f8bc3633d76d66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|
Release files / smsit_wrapper-0.0.2-py3-none-any.whl
| Download URL | smsit_wrapper-0.0.2-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
26ccf8a3c6fd5bee6cd12731e54306ddc39807fb291dc6b76ab24786de46ef39
|
|
BLAKE2b-256 checksum How to use checksums |
eb55ca25a6867267edf8b8e059711769959f3db6c573304a255b68aa5ca94600
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|