Skip to content

fxcvd/SmsServiceOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmsServiceOnline

pip3 install SmsServiceOnline==1.0.2

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 ❤

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages