Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/closeio/close-api-scripts
- Owner: closeio
- License: mit
- Created: 2017-03-14T00:44:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:16:08.000Z (6 months ago)
- Last Synced: 2024-06-21T16:02:40.834Z (6 months ago)
- Topics: api, closeio, examples, python
- Language: Python
- Homepage: https://developer.close.com
- Size: 311 KB
- Stars: 20
- Watchers: 18
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).