Termii SDK for Python to aid in interfacing with the termii API
- Switch
Termii’s Switch allows you to send messages to any country in the world across SMS and WhatsApp channel through a REST API. Every request made is identified by a unique ID that help our users track the status of their message either by receiving Delivery Reports (DLRs) over their set webhook endpoints or polling the status of the message using a specific endpoint. The Switch is organised around using HTTP verbs and REST. It accepts and returns JSON formatted payload.
- Token
Token allows businesses generate, send and verify one-time-passwords. Token is organised around using HTTP verbs and REST. It accepts and returns JSON formatted payload.
- Insights
Retrieve real-time delivery report of messages sent to customers as well as the status of their contacts.
Before installing this package, ensure Python v3+ is installed and running on your system
Termii-Python requires Pip to run.
pip install termii
After installing termii-python via Pip, start the package with this command:
from termii.client import Client
Client = Client(api_key)
This SDK was created with ❤ by Hebron Praise and Eric Alaribe
This project is under license from MIT. For more details, see the LICENSE file.