liumcse / ntuvibe

NTUVibe is a student-run online platform committed to making information at Nanyang Technological University more open and accessible.
https://ntuvibe.com
8 stars 0 forks source link

Vacancies Getter #44

Closed qiuhaohao closed 6 years ago

qiuhaohao commented 6 years ago

The check_vacancies API is available only 9am - 10pm daily Script to get vacancies and waitlist length of all index of a certain course. Takes a string of course code (e.g. "CZ3001"), returns a dict of index and vacancies infomation of the following format: {"12345": { "vacancies": "10", "waitlist": "5"}, ... }