Skip to content

pbrf/unisender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
    

About

Python script for use unisender API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages