This example shows how to interact with Fidelizador Api using python.
Clone or download the source and install dependencies
pip install -r requirements.txt
# or
pipenv installcd /path/to/project
cp settings.cfg.dist settings.cfgConfigure your information in settings.py file.
cd /path/to/project
python simulate.pyTested on ubuntu 18.04 and 19.10 using python 2.7 and 3.5+