Skip to main content

Package for https://sms-service-online.com

Project description

SmsServiceOnline

pip3 install SmsServiceOnline==1.0.1

Example #1

import SmsServiceOnline

KEY = "<api key here>"
LANG = "ru"
MESSAGE = False


api = SmsServiceOnline.Api(
    api_key=KEY,
    lang=LANG,
    welcome_message=MESSAGE,
)

api.get_balance()
>>> 10.2

all methods -> here


by @fxcvd with ❤

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

SmsServiceOnline-1.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

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