Scrapes UBC Course Schedule page and stores it as JSON to be used for UBC-RMP Chrome extension
go get github.com/jumbosushi/ubc-rmp-data
git clone [email protected]:jumbosushi/ubc-rmp-data.git
cd ubc-rmp-data
make
./bin/ubc-rmp-data
Two JSON files are available under /data
per term per campus (ex. 2019_S_UBC_courseToInstrID.json
)
{
"APBI": {
"361": {}, // No lecture section
"398": {
"001": [ // Two instructors
1304835,
1310500
],
"002": [
1304835,
1310500
]
},
}
{
"1324945": {
"difficulty": 2.6,
"name": "ICHIKAWA, JONATHAN",
"overall": 4.3,
"rmpid": 1676955,
"ubcid": 1324945,
"would_take_again": "85%"
}
}