pylinkmobile

Link Mobile Solutions API wrapper
Download

pylinkmobile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Funkbit AS
  • Publisher web site:
  • http://funkbit.no

pylinkmobile Tags


pylinkmobile Description

pylinkmobile is a Python library for interacting with the Link Mobile Solutions API.The API documentation is available here:http://msgw.linkmobility.com/MessageService.htmInstallationInstall `pylinkmobile` (available on PyPi): pip install pylinkmobileUsage from linkmobile.service import MessageService service = MessageService(user='YOUR_USERNAME', password='YOUR_PASSWORD', debug=False) # Send SMS sms = service.sms( Data='Hello World!', Originator='Santa', Msisdn='+4700000000' ) response = sms.send()Product's homepage


pylinkmobile Related Software