Skip to content

ebsaral/s4m-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s4m-python-api

version: 0.8

==============

solutions4mobiles SMS Python API

Requirements:

Usage:

  • Initialize SMS class with arguments:
    sms = SMS(hostname='123.123.123.123', username='my_username', password='my_password')
  • or without arguments: sms = SMS(). Then update any of attributes if you want:
    sms.hostname = '123.123.123.123', sms.username = 'my_username', sms.password = 'my_password'
  • Finally, fly your SMS: sms.send()

This Python class is written by using examples from http://www.solutions4mobiles.com/en/developer-network/apis.html

Using the API of http://www.solutions4mobiles.com for SMS Messaging

Please contact http://www.solutions4mobiles.com to use their paid services


Emin Buğra Saral - 2014

About

solutions4mobiles SMS Python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages