Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 685 Bytes

#PyUniSend PyUniSend is a simple API wrapper for interacting with unisender.com

##Requirements Python 3 or later. A UniSend.com account and API key. You can see your API keys here.

##Installation https://github.com/qari/pyunisend.git

##Usage

from pyunisend import PyUniSend
api = PyUniSend('YOUR APIKEY')
api.getLists()
api.sendSms(phone='******', sender='***', text='Test')

Notes

API parameters must be passed by name. For example:

api.createList(title='NewList')

##Copyrights

  • Copyright (c) 2017 Klimin Mikhail + MG. Please see LICENSE.txt for details.