| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- Metadata-Version: 2.1
- Name: xhs
- Version: 0.2.13
- Summary: xiaohongshu crawl sdk.
- Home-page: https://github.com/ReaJason/xhs
- Author: ReaJason
- Author-email: reajason1225@gmail.com
- License: MIT
- Keywords: xhs crawl
- Classifier: Development Status :: 3 - Alpha
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 3.8
- Classifier: Programming Language :: Python :: 3.9
- Classifier: Programming Language :: Python :: 3.10
- Classifier: Programming Language :: Python :: 3.11
- Classifier: Programming Language :: Python :: 3 :: Only
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Requires-Python: >=3.7
- Description-Content-Type: text/markdown
- License-File: LICENSE
- Requires-Dist: requests
- Requires-Dist: lxml
- <div align="center">
- <h1 align="center">
- 🍰xhs
- </h1>
- [](https://pypi.org/project/xhs/)
- [](https://pepy.tech/project/xhs)
- [](https://github.com/ReaJason/xhs/blob/master/LICENSE)
- <br /> [](https://reajason.github.io/xhs/)
- [](https://github.com/ReaJason/xhs/actions/workflows/test.yml)
- [](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)
|