{"id":23699628,"url":"https://github.com/bzdvdn/zohocrm-api","last_synced_at":"2026-01-27T13:30:20.095Z","repository":{"id":57478465,"uuid":"201993274","full_name":"bzdvdn/zohocrm-api","owner":"bzdvdn","description":"ZOHOCRM v2 api wrapper","archived":false,"fork":false,"pushed_at":"2019-09-25T07:09:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T11:18:35.896Z","etag":null,"topics":["python3","wrapper","zohocrm"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bzdvdn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-12T19:11:51.000Z","updated_at":"2019-09-25T07:09:42.000Z","dependencies_parsed_at":"2022-09-17T04:31:26.462Z","dependency_job_id":null,"html_url":"https://github.com/bzdvdn/zohocrm-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzdvdn%2Fzohocrm-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzdvdn%2Fzohocrm-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzdvdn%2Fzohocrm-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzdvdn%2Fzohocrm-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bzdvdn","download_url":"https://codeload.github.com/bzdvdn/zohocrm-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774329,"owners_count":19694699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python3","wrapper","zohocrm"],"created_at":"2024-12-30T08:14:08.061Z","updated_at":"2026-01-27T13:30:20.002Z","avatar_url":"https://github.com/bzdvdn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZOHOCRM v2 REST API wrapper\n\n# Installation\n\nInstall using `pip`...\n\n    pip install zohocrm-api\n\nOr\n\n    git clone https://github.com/bzdvdn/zohocrm-api.git\n\n    python3 setup.py\n\n# Usage\n\n```python\nfrom zohocrm import  ZOHOClient\nclient = ZOHOClient(\"\u003caccess_token\u003e\", \"\u003crefresh_token\u003e\", \"\u003capp_client_id\u003e\", \"\u003capp_client_secret\u003e\") # init client\n\nleads = client.leads.list() # get all leads\nlead_statuses = client.leads.list(data={\"fields\": \"Lead_Statuses\"})\n\n#update access_token\nnew_token = client.update_access_token() # save to db\n```\n\n# TODO\n* full documentation\n* examples\n* async version\n* tests","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzdvdn%2Fzohocrm-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbzdvdn%2Fzohocrm-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzdvdn%2Fzohocrm-api/lists"}