METADATA 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Metadata-Version: 2.1
  2. Name: xhs
  3. Version: 0.2.13
  4. Summary: xiaohongshu crawl sdk.
  5. Home-page: https://github.com/ReaJason/xhs
  6. Author: ReaJason
  7. Author-email: reajason1225@gmail.com
  8. License: MIT
  9. Keywords: xhs crawl
  10. Classifier: Development Status :: 3 - Alpha
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Programming Language :: Python
  14. Classifier: Programming Language :: Python :: 3.8
  15. Classifier: Programming Language :: Python :: 3.9
  16. Classifier: Programming Language :: Python :: 3.10
  17. Classifier: Programming Language :: Python :: 3.11
  18. Classifier: Programming Language :: Python :: 3 :: Only
  19. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  20. Requires-Python: >=3.7
  21. Description-Content-Type: text/markdown
  22. License-File: LICENSE
  23. Requires-Dist: requests
  24. Requires-Dist: lxml
  25. <div align="center">
  26. <h1 align="center">
  27. 🍰xhs
  28. </h1>
  29. [![PyPI](https://img.shields.io/pypi/v/xhs?label=xhs)](https://pypi.org/project/xhs/)
  30. [![](https://static.pepy.tech/badge/xhs)](https://pepy.tech/project/xhs)
  31. [![](https://img.shields.io/github/license/ReaJason/xhs)](https://github.com/ReaJason/xhs/blob/master/LICENSE)
  32. <br /> [![](https://github.com/ReaJason/xhs/actions/workflows/doc.yml/badge.svg)](https://reajason.github.io/xhs/)
  33. [![](https://github.com/ReaJason/xhs/actions/workflows/test.yml/badge.svg)](https://github.com/ReaJason/xhs/actions/workflows/test.yml)
  34. [![](https://github.com/ReaJason/xhs/actions/workflows/pypi.yml/badge.svg)](https://github.com/ReaJason/xhs/actions/workflows/pypi.yml)
  35. </div>
  36. > **Warning**
  37. >
  38. > The primary purpose of this repository is to practice my Python skills. It is important to note that web crawling may
  39. > be considered illegal, and therefore, it is crucial to refrain from exerting any pressure or engaging in unauthorized
  40. > activities on websites.
  41. **xhs** is a crawling tool designed to extract data from [xiaohongshu website](https://www.xiaohongshu.com/explore)
  42. ## Usage
  43. xhs is available on PyPI:
  44. ```console
  45. $ python -m pip install xhs
  46. ```
  47. if you want the latest version, you can install from git:
  48. ```console
  49. $ python -m pip install git+https://github.com/ReaJason/xhs
  50. ```
  51. ### Basic Usage
  52. > maybe now is more complex, Thanks [@NanmiCoder](https://github.com/NanmiCoder)
  53. Please find in the [document](https://reajason.github.io/xhs/basic)