Skip to content

Pysendy - Python wrapper for Sendy's API

edited July 2013 in Using Sendy

Hello,

I've created a Python wrapper for Sendy's API.

To use, install it using pip:

pip install pysendy

In Python code, it is as simple as:

from pysendy import Sendy s = Sendy(base_url='http://your_sendy_url') s.subscribe(email='email@to.subscribe', list_id='the_list_id')

At the moment, only 'subscribe' function is implemented.

Anybody can contribute to the project on https://github.com/thiagofa/pysendy/

Thiago Faria de Andrade

Comments

This discussion has been closed.