🎉 A npm package for MIT Manipal students that fetches attendance.
❗❗❗ This is a Work In Progress. Feature Requests and Suggestions much appreciated
Accessing SLCM to see my attendance everytime seemed a bit too much work. This fixes that.
npm install -g yemit
is all you need to do.
yemit <username> <password>
Casperjs is used to run a headless browser that:
- Opens SLCM.
- Authenticates.
- Navigates to required page.
- Scrapes the data.
🔴 NOTE : yemit depends on SLCM. It has been made completely independent of SLCM. This means that if SLCM is down or they decide to modify the website yemit will break. For the latter case it will hopefully be fixed asap.
⭐ Fork and Clone this repository
⭐ Run npm install
⭐ Make your change and submit a PR.