Python wrapper to use ActiveTigger API
Careful : This client is still under development and not all endpoints are implemented.
You need Python 3.11 or higher to use this package.
git clone https://github.com/emilienschultz/activetigger-client.gitAnd install requirements
cd activetigger-client
pip install -r requirements.txtYou need the end-point url and a valid account/password to use this package.
You can create a YAML file config.yaml with the following content:
url: https://your-endpoint-url
username: your-username
password: your-passwordImportant
All the methods use the project_slug of projects, and not their natural name.
You can have an example of use in the notebook Demo client.ipynb