https://github.com/yangshun/elitlist
NUS accolades scraper and API
https://github.com/yangshun/elitlist
awards commencement deans-list faculty national-university-of-singapore nus
Last synced: 4 months ago
JSON representation
NUS accolades scraper and API
- Host: GitHub
- URL: https://github.com/yangshun/elitlist
- Owner: yangshun
- License: mit
- Created: 2016-06-16T16:08:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T03:18:20.000Z (over 8 years ago)
- Last Synced: 2025-10-19T13:11:16.264Z (8 months ago)
- Topics: awards, commencement, deans-list, faculty, national-university-of-singapore, nus
- Language: HTML
- Homepage:
- Size: 1.62 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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