llama-index-readers-zendesk


Namellama-index-readers-zendesk JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers zendesk integration
upload_time2024-08-22 07:14:17
maintainerbbornsztein
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords help center knowledge base zendesk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zendesk Loader

```bash
pip install llama-index-readers-zendesk
```

This loader fetches the text from Zendesk help articles using the Zendesk API. It also uses the BeautifulSoup library to parse the HTML and extract the text from the articles.

## Usage

To use this loader, you need to pass in the subdomain of a Zendesk account. No authentication is required. You can also set the locale of articles as needed.

```python
from llama_index.readers.zendesk import ZendeskReader

loader = ZendeskReader(zendesk_subdomain="my_subdomain", locale="en-us")
documents = loader.load_data()
```

This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-zendesk",
    "maintainer": "bbornsztein",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "help center, knowledge base, zendesk",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/36/b77ce31919e908f0e798e20baebfd7638095dd77cb0d29913d7e6a463fdb/llama_index_readers_zendesk-0.2.0.tar.gz",
    "platform": null,
    "description": "# Zendesk Loader\n\n```bash\npip install llama-index-readers-zendesk\n```\n\nThis loader fetches the text from Zendesk help articles using the Zendesk API. It also uses the BeautifulSoup library to parse the HTML and extract the text from the articles.\n\n## Usage\n\nTo use this loader, you need to pass in the subdomain of a Zendesk account. No authentication is required. You can also set the locale of articles as needed.\n\n```python\nfrom llama_index.readers.zendesk import ZendeskReader\n\nloader = ZendeskReader(zendesk_subdomain=\"my_subdomain\", locale=\"en-us\")\ndocuments = loader.load_data()\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers zendesk integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "help center",
        " knowledge base",
        " zendesk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "670df845002a1c1ca0c990cf30467517106e3556330a3bb6a0a96d72866d56e3",
                "md5": "fb6a9ef09f4bbe6300c3b18fa4afc2a1",
                "sha256": "66c09233ce1be211bb8859591c13634c68aac934b1f53599eafaa5c331afdec8"
            },
            "downloads": -1,
            "filename": "llama_index_readers_zendesk-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb6a9ef09f4bbe6300c3b18fa4afc2a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2772,
            "upload_time": "2024-08-22T07:14:16",
            "upload_time_iso_8601": "2024-08-22T07:14:16.783958Z",
            "url": "https://files.pythonhosted.org/packages/67/0d/f845002a1c1ca0c990cf30467517106e3556330a3bb6a0a96d72866d56e3/llama_index_readers_zendesk-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c36b77ce31919e908f0e798e20baebfd7638095dd77cb0d29913d7e6a463fdb",
                "md5": "1ba92391c5e78e9b2bd85f3c66237ad9",
                "sha256": "41c2a97f1df5275e42d294884f19540cfc551aecba8856b319062406b28029e6"
            },
            "downloads": -1,
            "filename": "llama_index_readers_zendesk-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1ba92391c5e78e9b2bd85f3c66237ad9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2558,
            "upload_time": "2024-08-22T07:14:17",
            "upload_time_iso_8601": "2024-08-22T07:14:17.839916Z",
            "url": "https://files.pythonhosted.org/packages/9c/36/b77ce31919e908f0e798e20baebfd7638095dd77cb0d29913d7e6a463fdb/llama_index_readers_zendesk-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 07:14:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-zendesk"
}
        
Elapsed time: 0.43759s