Skip to content

Blitzen/zohocrm

Repository files navigation

Python Library for Zoho CRM API

Install

pip install zohocrm

or from source:

git clone git@github.com:Blitzen/zohocrm.git

Overview

from zohocrm import API

api = API(auth_token="Your Auth Token")
api.get_records()
# {'Leads': {'row': {'no': '1', 'FL': [{'val': 'LEADID', ...

Testings

pip install -r test_requirements.txt
python tests.py

About

Python wrapper for zohocrm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages