Skip to main content

SleentO Python package for sending sms to your customer

Project description

Python SleentO

installation

pip install sleento

Usage

from sleento.service import Client, Message

client = Client(
    cid='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', # replace with your cid
    auth_token='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' # your auth_token
)

message = Message(
    client=client,
    to_phone_number="+243xxxxxxxxx",
    body="Hello World"
)

res = message.send() # send the message

print(res.status_code, res.text)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sleento-0.0.3-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file sleento-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: sleento-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for sleento-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4d34616dc15bb62936bb4aa150f29b473e5ba454d32d9a9e82a001a4872c4aec
MD5 dce4a25ed26c3d99a69b170d650083f0
BLAKE2b-256 b1849562efa75e52638b29bc468491f71c773dfe117556b3dd11b1836dd2b33e

See more details on using hashes here.

Supported by

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