llama-index-readers-snscrape-twitter


Namellama-index-readers-snscrape-twitter JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
Summaryllama-index readers snscrape_twitter integration
upload_time2024-05-15 16:40:06
maintainersmyja
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.
            # Snscrape twitter Loader

```bash
pip install llama-index-readers-snscrape-twitter
```

This loader loads documents from Twitter using the Snscrape Python package.

## Usage

Here's an example usage of the SnscrapeReader.

```python
import os

from llama_index.readers.snscrape_twitter import SnscrapeTwitterReader

loader = SnscrapeReader()
documents = loader.load_data(username="elonmusk", num_tweets=10)
```

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-snscrape-twitter",
    "maintainer": "smyja",
    "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/76/19/f54e9763bd747951d2fd979c771aafa086ba4c05621a1db89e5f2e953e35/llama_index_readers_snscrape_twitter-0.1.3.tar.gz",
    "platform": null,
    "description": "# Snscrape twitter Loader\n\n```bash\npip install llama-index-readers-snscrape-twitter\n```\n\nThis loader loads documents from Twitter using the Snscrape Python package.\n\n## Usage\n\nHere's an example usage of the SnscrapeReader.\n\n```python\nimport os\n\nfrom llama_index.readers.snscrape_twitter import SnscrapeTwitterReader\n\nloader = SnscrapeReader()\ndocuments = loader.load_data(username=\"elonmusk\", num_tweets=10)\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 snscrape_twitter integration",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa5728270901158502f9ffd75d10ef7e1a0e04d413054a6b59e59810a28df8a8",
                "md5": "521c6949ebf35e515c10e6f80d1a889e",
                "sha256": "9545c812fa77fa7593c7150ded0d44b921333af4a6143eac786d6bb82d79c731"
            },
            "downloads": -1,
            "filename": "llama_index_readers_snscrape_twitter-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "521c6949ebf35e515c10e6f80d1a889e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2423,
            "upload_time": "2024-05-15T16:40:03",
            "upload_time_iso_8601": "2024-05-15T16:40:03.496146Z",
            "url": "https://files.pythonhosted.org/packages/fa/57/28270901158502f9ffd75d10ef7e1a0e04d413054a6b59e59810a28df8a8/llama_index_readers_snscrape_twitter-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7619f54e9763bd747951d2fd979c771aafa086ba4c05621a1db89e5f2e953e35",
                "md5": "7f2fcbea24b995d66697429aa303c7ab",
                "sha256": "4af12dad63139d8bc89b65b23471f83ae2c7f3e5bc2e74048b0d04afcb1420ab"
            },
            "downloads": -1,
            "filename": "llama_index_readers_snscrape_twitter-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7f2fcbea24b995d66697429aa303c7ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2110,
            "upload_time": "2024-05-15T16:40:06",
            "upload_time_iso_8601": "2024-05-15T16:40:06.261493Z",
            "url": "https://files.pythonhosted.org/packages/76/19/f54e9763bd747951d2fd979c771aafa086ba4c05621a1db89e5f2e953e35/llama_index_readers_snscrape_twitter-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 16:40:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-snscrape-twitter"
}
        
Elapsed time: 0.51087s