├── README.md ├── cookie.txt ├── js └── xhs_xs.js ├── main.py └── utils ├── HeaderTemplate.py ├── XHSRequests.py └── XSUtils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crush0/XHS_Scrapy/HEAD/README.md -------------------------------------------------------------------------------- /cookie.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/xhs_xs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crush0/XHS_Scrapy/HEAD/js/xhs_xs.js -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crush0/XHS_Scrapy/HEAD/main.py -------------------------------------------------------------------------------- /utils/HeaderTemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crush0/XHS_Scrapy/HEAD/utils/HeaderTemplate.py -------------------------------------------------------------------------------- /utils/XHSRequests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crush0/XHS_Scrapy/HEAD/utils/XHSRequests.py -------------------------------------------------------------------------------- /utils/XSUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Crush0/XHS_Scrapy/HEAD/utils/XSUtils.py --------------------------------------------------------------------------------