llama-index-readers-intercom


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

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

This loader fetches the text from Intercom help articles using the Intercom 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 an Intercom account access token.

```python
from llama_index.readers.intercom import IntercomReader

loader = IntercomReader(intercom_access_token="my_access_token")
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-intercom",
    "maintainer": "bbornsztein",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "help center, intercom, knowledge base",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/1b/06fd470426773d079f18f9e5125ee2332280d2e1cdde822ffdb3101bd18b/llama_index_readers_intercom-0.2.0.tar.gz",
    "platform": null,
    "description": "# Intercom Loader\n\n```bash\npip install llama-index-readers-intercom\n```\n\nThis loader fetches the text from Intercom help articles using the Intercom 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 an Intercom account access token.\n\n```python\nfrom llama_index.readers.intercom import IntercomReader\n\nloader = IntercomReader(intercom_access_token=\"my_access_token\")\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 intercom integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "help center",
        " intercom",
        " knowledge base"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ef18c62f9ee3ad46a15201819487114dbc49040f42c1a84da8383ad8a153cfc",
                "md5": "69a6e8042b4a1e4437a592d65f1ce162",
                "sha256": "b0b06a55674cc3835d8cb39efd4795d6880c1a12f655f19be54845c4ae9524da"
            },
            "downloads": -1,
            "filename": "llama_index_readers_intercom-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69a6e8042b4a1e4437a592d65f1ce162",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2709,
            "upload_time": "2024-08-22T06:22:18",
            "upload_time_iso_8601": "2024-08-22T06:22:18.350685Z",
            "url": "https://files.pythonhosted.org/packages/1e/f1/8c62f9ee3ad46a15201819487114dbc49040f42c1a84da8383ad8a153cfc/llama_index_readers_intercom-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c1b06fd470426773d079f18f9e5125ee2332280d2e1cdde822ffdb3101bd18b",
                "md5": "2af197ed0eddecf6a0ffa8e5ab17e63b",
                "sha256": "2cf5fee7e333873ca95ef599d6e8a3f8520d0369371a99feecc1b731841bab70"
            },
            "downloads": -1,
            "filename": "llama_index_readers_intercom-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2af197ed0eddecf6a0ffa8e5ab17e63b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2485,
            "upload_time": "2024-08-22T06:22:19",
            "upload_time_iso_8601": "2024-08-22T06:22:19.762804Z",
            "url": "https://files.pythonhosted.org/packages/1c/1b/06fd470426773d079f18f9e5125ee2332280d2e1cdde822ffdb3101bd18b/llama_index_readers_intercom-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:22:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-intercom"
}
        
Elapsed time: 0.84871s