Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/closeio/close-api-scripts

Useful example scripts using the Close API
https://github.com/closeio/close-api-scripts

api closeio examples python

Last synced: about 1 month ago
JSON representation

Useful example scripts using the Close API

Awesome Lists containing this project

README

        

# Close API scripts

Example Python scripts for interacting with [Close](http://close.com/) through its [API](http://developer.close.com/)
using the [closeio_api Python client](https://github.com/closeio/closeio-api).

## Install basic dependencies

Before you start, you should already have `git`, `python 3` and `virtualenv` installed.
For OS X users, we recommend [Homebrew](https://brew.sh/).

## Setup

1. `git clone https://github.com/closeio/close-api-scripts.git`
2. `cd close-api-scripts`
3. `virtualenv venv`
4. `. venv/bin/activate`
5. `pip install -r requirements.txt`

## Running a script

Example:

```bash
python scripts/run_leads_deleted_report.py -k MYAPIKEY
...
```

If you have any questions, please contact [[email protected]](mailto:[email protected]?Subject=Close%20API%20Scripts).