Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 270 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 270 Bytes

unisender

Python script for use unisender API

pip install -r pip.txt
python commands.py subscribe


def subscribe():
    api = Unisender('api key')
    data = {'fields[email]': 'exmaple@example.com', 'list_ids': 100}
    print api.run('subscribe', data)