# school-crawler **Repository Path**: wangsy_thu/school-crawler ## Basic Information - **Project Name**: school-crawler - **Description**: Python实现的学校信息爬虫,作为练习使用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 香港学校爬虫系统 ## 环境准备 1. 安装Python环境,版本号3.10.4 2. 安装依赖库 ```bash pip install numpy # 矩阵处理库 pip install pandas # excel写入库 pip install tqdm # 控制台进度条 pip install requests # 网络请求库 pip install bs4 # 网络爬虫库 pip install lxml # HTML解析器 pip install openpyxl # excel处理器 ``` ## 运行程序 ```bash python main.py # 在main.py文件所在目录下运行 ```