# 爬虫 **Repository Path**: ryiot/crawler ## Basic Information - **Project Name**: 爬虫 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 爬虫 抓取模特照片 https://xiutaku.com/8645 ## 开发 ### Win10 - 安装python3.9.13 - 创建虚拟环境 ```bash python -m venv .venv ``` - 激活虚拟环境 ```bash Set-ExecutionPolicy RemoteSigned -Scope CurrentUser .\.venv\Scripts\Activate.ps1 ``` - 安装依赖 ```bash pip install -r requirements.txt ``` - 运行 ```bash python main.py ``` ## 常用命令 - 导出依赖 ```bash pip freeze > requirements.txt ``` - 退出虚拟环境 ```bash deactivate ```