Example Python scripts for interacting with Close through its API using the closeio_api Python client.
Before you start, you should already have git
, python 3
and virtualenv
installed.
For OS X users, we recommend Homebrew.
git clone https://github.com/closeio/close-api-scripts.git
cd close-api-scripts
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
Example:
python scripts/run_leads_deleted_report.py -k MYAPIKEY
...
If you have any questions, please contact [email protected].