You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

smsit-wrapper

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smsit-wrapper

SMS-iT API Python wrapper 0.0.2

0.0.2
pipPyPI
Maintainers
2

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!

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts