llama-index-readers-intercom


Namellama-index-readers-intercom JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
Summaryllama-index readers intercom integration
upload_time2025-09-08 20:50:40
maintainerbbornsztein
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseNone
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.9",
    "maintainer_email": null,
    "keywords": "help center, intercom, knowledge base",
    "author": null,
    "author_email": "Your Name <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/b8/04/d424f40b0324cefa6bfe4611213e1b927953bbdfff842894e8bd4ae35ee2/llama_index_readers_intercom-0.4.1.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": null,
    "summary": "llama-index readers intercom integration",
    "version": "0.4.1",
    "project_urls": null,
    "split_keywords": [
        "help center",
        " intercom",
        " knowledge base"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ba93ce9c0058fe04ebd3757f1f7ebfe94bb7bc9b88e9554e4c74793a9aaaf48",
                "md5": "de831062cb133542962908085675ec51",
                "sha256": "8e8c151aa4cbdf008e87b1754af3786dfe8250b9ba190184231ceab80a89c054"
            },
            "downloads": -1,
            "filename": "llama_index_readers_intercom-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de831062cb133542962908085675ec51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 3534,
            "upload_time": "2025-09-08T20:50:38",
            "upload_time_iso_8601": "2025-09-08T20:50:38.376935Z",
            "url": "https://files.pythonhosted.org/packages/6b/a9/3ce9c0058fe04ebd3757f1f7ebfe94bb7bc9b88e9554e4c74793a9aaaf48/llama_index_readers_intercom-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b804d424f40b0324cefa6bfe4611213e1b927953bbdfff842894e8bd4ae35ee2",
                "md5": "ea2ceac8fab154c17666c808cfd873f1",
                "sha256": "ce4cb743c6d66f4294b76448b51a8b3b6c0721722b3b1f0b2574115ee30f9e56"
            },
            "downloads": -1,
            "filename": "llama_index_readers_intercom-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea2ceac8fab154c17666c808cfd873f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 3956,
            "upload_time": "2025-09-08T20:50:40",
            "upload_time_iso_8601": "2025-09-08T20:50:40.944531Z",
            "url": "https://files.pythonhosted.org/packages/b8/04/d424f40b0324cefa6bfe4611213e1b927953bbdfff842894e8bd4ae35ee2/llama_index_readers_intercom-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 20:50:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-intercom"
}
        
Elapsed time: 1.47115s