Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 452 Bytes

网页主列表提取

安装

  1. 下载 chrome driver 可执行文件到PATH目录

  2. 安装依赖

    pip install -r requirements.txt
  3. 运行demo代码

    python window.py

注意

  • 基于python3
  • 基于selenium模拟浏览器,项目中使用的是Chrome,在driver_common.py可以自行更改
  • 支持chrome的headless模式