# zendesk-clickup
Project that syncs all tickets from Zendesk to ClickUp. This is useful for teams that use them for managing customer support tickets and want to keep the ticket numbers consistent across both platforms.
## Installation
This module is available on PyPI and can be installed using pip.
```bash
$ python -m pip install syncticketstoclickup
```
This module requires Python 3.10 or higher.
## Configuration
1. Duplicate the `.env.example` file and rename it to `.env`.
2. Replace the placeholder values in the `.env` file with your actual configuration.
## Usage
This is the basic usage of the module to sync all tickets from Zendesk to ClickUp.
```python
from syncticketstoclickup.zendesk_to_clickup import ZendeskToClickUp
ZendeskToClickUp().sync_zendesk_to_clickup()
```
Raw data
{
"_id": null,
"home_page": "",
"name": "syncticketstoclickup",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,zendesk,clickup,ticket,task,sync,requests",
"author": "abrahamprz (Abraham Perez)",
"author_email": "fcoabrahamprz@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/78/46/eb4305f30a1bb7660145ca801c32055135dff8dd6991879910b611a4f39c/syncticketstoclickup-1.0.3.tar.gz",
"platform": null,
"description": "# zendesk-clickup\nProject that syncs all tickets from Zendesk to ClickUp. This is useful for teams that use them for managing customer support tickets and want to keep the ticket numbers consistent across both platforms.\n\n## Installation\nThis module is available on PyPI and can be installed using pip.\n```bash\n$ python -m pip install syncticketstoclickup\n```\nThis module requires Python 3.10 or higher.\n\n## Configuration\n1. Duplicate the `.env.example` file and rename it to `.env`.\n2. Replace the placeholder values in the `.env` file with your actual configuration.\n\n## Usage\nThis is the basic usage of the module to sync all tickets from Zendesk to ClickUp.\n```python\nfrom syncticketstoclickup.zendesk_to_clickup import ZendeskToClickUp\n\nZendeskToClickUp().sync_zendesk_to_clickup()\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "A package that allows to sync tickets from Zendesk to ClickUp.",
"version": "1.0.3",
"project_urls": null,
"split_keywords": [
"python",
"zendesk",
"clickup",
"ticket",
"task",
"sync",
"requests"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "047fc309c93864670ea30e93c458a23a13ed05fe38604af65a3e2098aa59770d",
"md5": "4085494aaeca7a7d65e655135a435d93",
"sha256": "d1d6850e917ee4c49a94daed8b71f04f91d2951607f1a990a3cf8f4fb30275d0"
},
"downloads": -1,
"filename": "syncticketstoclickup-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4085494aaeca7a7d65e655135a435d93",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8930,
"upload_time": "2023-07-20T19:53:41",
"upload_time_iso_8601": "2023-07-20T19:53:41.075069Z",
"url": "https://files.pythonhosted.org/packages/04/7f/c309c93864670ea30e93c458a23a13ed05fe38604af65a3e2098aa59770d/syncticketstoclickup-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7846eb4305f30a1bb7660145ca801c32055135dff8dd6991879910b611a4f39c",
"md5": "d3e19a7524fc11785b301246bb55c589",
"sha256": "63db3ad03c597695557a845125169323195db8448f0f74a5602efb5082972001"
},
"downloads": -1,
"filename": "syncticketstoclickup-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "d3e19a7524fc11785b301246bb55c589",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10423,
"upload_time": "2023-07-20T19:53:42",
"upload_time_iso_8601": "2023-07-20T19:53:42.158345Z",
"url": "https://files.pythonhosted.org/packages/78/46/eb4305f30a1bb7660145ca801c32055135dff8dd6991879910b611a4f39c/syncticketstoclickup-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-20 19:53:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "syncticketstoclickup"
}