Skip to content

Scrapes the student data from my college servers when provided with correct cookie via request's body.

Notifications You must be signed in to change notification settings

rexFX/Webkiosk-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUIT Webkiosk API

  1. Do npm i

  2. Start the server by running node server.js

  3. POST username and password as body (json) to <server it is hosted on>/api/v1/login. This will send you a cookie which you can use to fetch attendance and marks.

login

  1. POST received cookie as body (json) to <server it is hosted on>/api/v1/attendance and <server it is hosted on>/api/v1/marks to get respective data.

attendance

  1. Attendance route will send an additional detailedAttendance key which can be sent in body (json) along with cookie having link as its key to <server it is hosted on>/api/v1/detailedAttendance, this will fetch you the detailed attendance of a particular subject.

detailedAttendance

About

Scrapes the student data from my college servers when provided with correct cookie via request's body.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published