Skip to content

nikitagruia-dev/iqsms_py3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

iqsms_py3

API REST interface migrated to python3, original python2 version here

Simple usage

from iqsms import Gate

sender = Gate('your_login', 'your_password')
   
print(sender.credits()) # current credits
print(sender.senders()) # all senders
print(sender.send('71234567890', 'some text here', 'iqsms')) #sending sms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages