xhs-client


Namexhs-client JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com:liusuxian/xhs
Summaryxiaohongshu crawl sdk.
upload_time2024-10-22 13:13:32
maintainerNone
docs_urlNone
authorliusuxian
requires_python>=3.7
licenseMIT
keywords xhs crawl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

<h1 align="center">
šŸ°xhs
</h1>

[![PyPI](https://img.shields.io/pypi/v/xhs?label=xhs)](https://pypi.org/project/xhs/)
[![](https://static.pepy.tech/badge/xhs)](https://pepy.tech/project/xhs)
[![](https://img.shields.io/github/license/ReaJason/xhs)](https://github.com/ReaJason/xhs/blob/master/LICENSE)
<br /> [![](https://github.com/ReaJason/xhs/actions/workflows/doc.yml/badge.svg)](https://reajason.github.io/xhs/)
[![](https://github.com/ReaJason/xhs/actions/workflows/test.yml/badge.svg)](https://github.com/ReaJason/xhs/actions/workflows/test.yml)
[![](https://github.com/ReaJason/xhs/actions/workflows/pypi.yml/badge.svg)](https://github.com/ReaJason/xhs/actions/workflows/pypi.yml)

</div>

> **Warning**
>
> The primary purpose of this repository is to practice my Python skills. It is important to note that web crawling may
> be considered illegal, and therefore, it is crucial to refrain from exerting any pressure or engaging in unauthorized
> activities on websites.

**xhs** is a crawling tool designed to extract data from [xiaohongshu website](https://www.xiaohongshu.com/explore)

## Usage

xhs is available on PyPI:

```console
$ python -m pip install xhs
```

if you want the latest version, you can install from git:

```console
$ python -m pip install git+https://github.com/ReaJason/xhs
```

### Basic Usage

> maybe now is more complex, Thanks [@NanmiCoder](https://github.com/NanmiCoder)

Please find in the [document](https://reajason.github.io/xhs/basic)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com:liusuxian/xhs",
    "name": "xhs-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "xhs crawl",
    "author": "liusuxian",
    "author_email": "liusuxian89@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/cf/bd4f191db3ae2b62df4fbc215ced545255d4d14dcfe0630b7a26b7d547b6/xhs_client-1.0.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n<h1 align=\"center\">\n\ud83c\udf70xhs\n</h1>\n\n[![PyPI](https://img.shields.io/pypi/v/xhs?label=xhs)](https://pypi.org/project/xhs/)\n[![](https://static.pepy.tech/badge/xhs)](https://pepy.tech/project/xhs)\n[![](https://img.shields.io/github/license/ReaJason/xhs)](https://github.com/ReaJason/xhs/blob/master/LICENSE)\n<br /> [![](https://github.com/ReaJason/xhs/actions/workflows/doc.yml/badge.svg)](https://reajason.github.io/xhs/)\n[![](https://github.com/ReaJason/xhs/actions/workflows/test.yml/badge.svg)](https://github.com/ReaJason/xhs/actions/workflows/test.yml)\n[![](https://github.com/ReaJason/xhs/actions/workflows/pypi.yml/badge.svg)](https://github.com/ReaJason/xhs/actions/workflows/pypi.yml)\n\n</div>\n\n> **Warning**\n>\n> The primary purpose of this repository is to practice my Python skills. It is important to note that web crawling may\n> be considered illegal, and therefore, it is crucial to refrain from exerting any pressure or engaging in unauthorized\n> activities on websites.\n\n**xhs** is a crawling tool designed to extract data from [xiaohongshu website](https://www.xiaohongshu.com/explore)\n\n## Usage\n\nxhs is available on PyPI:\n\n```console\n$ python -m pip install xhs\n```\n\nif you want the latest version, you can install from git:\n\n```console\n$ python -m pip install git+https://github.com/ReaJason/xhs\n```\n\n### Basic Usage\n\n> maybe now is more complex, Thanks [@NanmiCoder](https://github.com/NanmiCoder)\n\nPlease find in the [document](https://reajason.github.io/xhs/basic)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "xiaohongshu crawl sdk.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com:liusuxian/xhs"
    },
    "split_keywords": [
        "xhs",
        "crawl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5cfbd4f191db3ae2b62df4fbc215ced545255d4d14dcfe0630b7a26b7d547b6",
                "md5": "6bce599627ee3b8b465dabb427121e61",
                "sha256": "1bb48f43b6c74893db6a612c7885f596218ef761425c11ac9f7009e0e3a04590"
            },
            "downloads": -1,
            "filename": "xhs_client-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6bce599627ee3b8b465dabb427121e61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25451,
            "upload_time": "2024-10-22T13:13:32",
            "upload_time_iso_8601": "2024-10-22T13:13:32.565378Z",
            "url": "https://files.pythonhosted.org/packages/c5/cf/bd4f191db3ae2b62df4fbc215ced545255d4d14dcfe0630b7a26b7d547b6/xhs_client-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 13:13:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xhs-client"
}
        
Elapsed time: 1.41584s