Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 443 Bytes

File metadata and controls

19 lines (13 loc) · 443 Bytes

Elitlist

Overview

Elitlist (not elitist!) is NUS awards scraper. Currently scrapes:

  • Business: Dean's List
  • Computing: Dean's List, Faculty Awards, Commencement Awards
  • Engineering: Dean's List

Data is stored in JSON format. Note that it is impossible to uniquely identify students by their name as it is possible for students in the same faculty to also have the same name.

Running it

npm install
gulp

MIT License