Ghasedak sms webservice python package.
You can simply install ghasedak python package with pip
:
pip install ghasedak
import ghasedak
sms = ghasedak.Ghasedak("Your APIKEY")
sms.send({'message':'hello, world!', 'receptor' : '09xxxxxxxxx', 'linenumber': 'xxxx', 'senddate': '', 'checkid': ''})
sms.bulk1({'message':'hello, world!', 'receptor' : '09xxxxxxxxx,09xxxxxxxxx,09xxxxxxxxx', 'linenumber': 'xxxx', 'senddate': '', 'checkid': ''})
Released under the MIT License.