Skip to main content

Messaging service client.

Project description

Fitel.io Messaging Service Client

Python Version wemake-python-styleguide Code style: black wemake.services

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 (see pyproject.toml for full version)
  • MS Server instance

Development

When developing locally, we use:

Documentation

Full documentation is available here: docs/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fitelio-ms-client-0.1.12.tar.gz (8.5 kB view details)

Uploaded Source

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

Hashes for fitelio-ms-client-0.1.12.tar.gz
Algorithm Hash digest
SHA256 9e6d4b48fffdfbf97988f028411feef9093fb402cef2e322369f683410d12c49
MD5 aaa0f6000be54570f3e110de504b88c9
BLAKE2b-256 1ef259400e245412faadfe017ced0ff78a5060906a03d4b8191c8b997ce26647

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page