https://github.com/gearplug/batchbook-python
BatchBook API wrapper written in Python
https://github.com/gearplug/batchbook-python
api api-wrapper batchbook batchbook-api-wrapper batchbook-python python wrapper
Last synced: about 2 months ago
JSON representation
BatchBook API wrapper written in Python
- Host: GitHub
- URL: https://github.com/gearplug/batchbook-python
- Owner: GearPlug
- License: mit
- Created: 2017-10-25T20:17:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T15:32:37.000Z (about 3 years ago)
- Last Synced: 2025-01-09T18:56:04.468Z (over 1 year ago)
- Topics: api, api-wrapper, batchbook, batchbook-api-wrapper, batchbook-python, python, wrapper
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Batchbook-python
Batchbook API wrapper written in python.
## Installing
```
pip install batchbook-python
```
## Usage
### Simple access with API KEY
```
from batchbool.client import Client
client = Client('API_KEY')
```
Get Contacts
```
client.get_contacts()
```
Get an specific contact
```
client.get_contact(contact_id)
```
## Requirements
```
-Requests
-Urllib
```
## TODO
- Companies
- Custom Fields
- Users
- Roles
- Communications