Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 497 Bytes

Scraping_NISS_DATA

Scraping NISS Data with given keyword

Usage

  1. pip install -r requirements.txt --user
  2. 使用控制台运行 爬取NISS数据.py
  3. 输入查询关键字和查询页数
  4. 结果将保存在 ./result/关键字.html 中

warning

本软件使用chromedriver作为浏览器驱动,需要本机安装有对应版本的Google Chrome浏览器(版本不低于73),或前往http://chromedriver.chromium.org/ 下载对应浏览器版本及系统的chromedriver。