Pysendy - Python wrapper for Sendy's API
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
This discussion has been closed.
Comments
Thanks Thiago.