# dianping-spider **Repository Path**: melf-xyzh/dianping-spider ## Basic Information - **Project Name**: dianping-spider - **Description**: 大众点评评论爬虫 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-11-12 - **Last Updated**: 2022-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dianping-spider #### 介绍 大众点评评论爬虫 #### 软件架构 > 开发语言:Python > #### 安装教程 下载所有依赖包到本地 ``` pip install -r requirements.txt ``` #### 使用说明 ``` python main.py ``` #### 其他 导出当前环境所有依赖包信息文件 ``` pip freeze > requirements.txt ```