GitXplorerGitXplorer
l

web-crawler

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8e40b0936b9110acbc1eadb3c8c833dc2516d3f8

update course parser

rrijn committed 7 years ago
Unverified
4b7ad9de04ba1924a99db485c3add1ddc3ecd224

parse section

rrijn committed 7 years ago
Unverified
b526da2f16ad55175dfde9c4c732fadc8b0c39b5

crawler for courses

YYZG112358 committed 7 years ago
Unverified
32b42648c33eeae2bfba74266bcc4378d6cc3a6b

change model, complete web fetcher, add database inert process

YYZG112358 committed 7 years ago
Unverified
2637fcd4c06e6205e5c8c9f37a1c7542eb82338e

change model, complete web fetcher, add database inert process

YYZG112358 committed 7 years ago
Unverified
64d8d8bb42bc060f131149bf1be93f51caf62529

update readme

rrijn committed 7 years ago

README

The README file for this repository.

crawler

illinois-logo

This crawler is for UIUC Course Explorer.

Setup

# install the dependencies
npm i

Crawling the catelog

# create and sync the db
node model.js

# start crawling the catelog
node catalog.js --db

# or you wish to save to json file
node catelog.js --file=data.json

# or to specify the endpoint. This will only update part of data.
node catelog.js --db --endpoint=2018
node catelog.js --db --endpoint=2018/spring