Fitel.io Messaging Service Client
Quickstart
Install
pip install fitelio-ms-client
Then you can send messages:
from fms.client import FMSClient
FMSClient().send_message(recipients=["<phone1>", "<phone2>"], text="Congratulation! You have sent first SMS")
or
from fms.client import FMSClient
FMSClient().send_message(recipients=["<phone>"], text="Congratulation! You have sent first SMS", provider="twilio")
or Push message
from fms.client import FMSClient
FMSClient().send_message(recipients=["<token1>", "<token2>"], text="Congratulation! You have sent first Push message",
method="push")
Prerequisites
You will need:
python3.8(seepyproject.tomlfor full version)MS Server instance
Development
When developing locally, we use:
editorconfigplugin (required)pipenv(required)pycharm 2017+orvscode
Documentation
Full documentation is available here: docs/.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fitelio-ms-client-0.1.12.tar.gz.
File metadata
- Download URL: fitelio-ms-client-0.1.12.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e6d4b48fffdfbf97988f028411feef9093fb402cef2e322369f683410d12c49
|
|
| MD5 |
aaa0f6000be54570f3e110de504b88c9
|
|
| BLAKE2b-256 |
1ef259400e245412faadfe017ced0ff78a5060906a03d4b8191c8b997ce26647
|