Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 390 Bytes

File metadata and controls

21 lines (13 loc) · 390 Bytes

中国大陆高校列表爬虫

中国大陆高校列表爬虫,导出格式为 JSON,使用学信网数据

数据

china_mainland_universities.json (截止到 2021.4.5)

更新数据

安装 node.js

git clone

cd crawler-china-mainland-universities

npm install

node index.js

选项

指定输出文件目录

node index.js -p [path]