llama-index-readers-bilibili


Namellama-index-readers-bilibili JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers bilibili integration
upload_time2024-08-22 05:53:34
maintaineralexzhangji
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bilibili Transcript Loader

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

This loader utilizes the `bilibili_api` to fetch the text transcript from Bilibili, one of the most beloved long-form video sites in China.

With this BilibiliTranscriptReader, users can easily obtain the transcript of their desired video content on the platform.

## Usage

To use this loader, you need to pass in an array of Bilibili video links.

```python
from llama_index.readers.bilibili import BilibiliTranscriptReader

loader = BilibiliTranscriptReader()
documents = loader.load_data(
    video_urls=["https://www.bilibili.com/video/BV1yx411L73B/"]
)
```

Note that there is no official API available for Bilibili Transcript, so changes to the official website can sometimes cause issues.

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-bilibili",
    "maintainer": "alexzhangji",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/24/a8/716b7a5d24f38002a884318867106cec6bf2b6a74cba4829f25d732d93ae/llama_index_readers_bilibili-0.2.0.tar.gz",
    "platform": null,
    "description": "# Bilibili Transcript Loader\n\n```bash\npip install llama-index-readers-bilibili\n```\n\nThis loader utilizes the `bilibili_api` to fetch the text transcript from Bilibili, one of the most beloved long-form video sites in China.\n\nWith this BilibiliTranscriptReader, users can easily obtain the transcript of their desired video content on the platform.\n\n## Usage\n\nTo use this loader, you need to pass in an array of Bilibili video links.\n\n```python\nfrom llama_index.readers.bilibili import BilibiliTranscriptReader\n\nloader = BilibiliTranscriptReader()\ndocuments = loader.load_data(\n    video_urls=[\"https://www.bilibili.com/video/BV1yx411L73B/\"]\n)\n```\n\nNote that there is no official API available for Bilibili Transcript, so changes to the official website can sometimes cause issues.\n\nThis loader is designed to be used as a way to load data into [Llama Index](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers bilibili integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6d582fb108887471e93449bd186e2ed61c9e4e2acb6a649269ba34456269ca7",
                "md5": "7b9269b638519b1c1a02af1811aec15b",
                "sha256": "43b8fed1d5c7d084fdaef72552052ccd5eff137884f39a1fccea315318f8ed97"
            },
            "downloads": -1,
            "filename": "llama_index_readers_bilibili-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b9269b638519b1c1a02af1811aec15b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2929,
            "upload_time": "2024-08-22T05:53:33",
            "upload_time_iso_8601": "2024-08-22T05:53:33.612359Z",
            "url": "https://files.pythonhosted.org/packages/f6/d5/82fb108887471e93449bd186e2ed61c9e4e2acb6a649269ba34456269ca7/llama_index_readers_bilibili-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24a8716b7a5d24f38002a884318867106cec6bf2b6a74cba4829f25d732d93ae",
                "md5": "de068cedf23ce817843708405a392549",
                "sha256": "170c1e1265b0aa75dfc901f8d0863b89d012798c82e6493122f774118adf6219"
            },
            "downloads": -1,
            "filename": "llama_index_readers_bilibili-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "de068cedf23ce817843708405a392549",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2689,
            "upload_time": "2024-08-22T05:53:34",
            "upload_time_iso_8601": "2024-08-22T05:53:34.669544Z",
            "url": "https://files.pythonhosted.org/packages/24/a8/716b7a5d24f38002a884318867106cec6bf2b6a74cba4829f25d732d93ae/llama_index_readers_bilibili-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 05:53:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-bilibili"
}
        
Elapsed time: 0.49954s