morenyang / bnuz-dorm-spider

A crawler script used to fetch students' dormitory information of BNUZ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bnuz-dorm-spider

A crawler script used to fetch students' dormitory information of BNUZ.

Installation

You should install node.js7+ and mongodb first.

# Clone this repo
cd bnuz-drom-spider

# Install dependends using NPM
npm install

# Or you can install using yarn
yarn install

Usage

Configure the src/config.js file

# Compile scripts
npm run build

# Run scirpt
node dist/bundle

WARNING!

Do not use this script and the acquired data for illegal purposes and commercial purposes!

不要将此脚本和获取的数据用于非法用途和商业目的!

License

GPL-3.0

About

A crawler script used to fetch students' dormitory information of BNUZ.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%