A Simple Flask API to scrape data from our college student portal linways tkmce.This API can be used for your projects to create bots,mobile applications etc.However this is not the official one.This was done for development purposes only.
- Send a
POST
request with the json body{"Username":"ADMNO","Pass":"SOMEPASS"}
to perform login
eg:{"Username":"181234","Pass":"181234"}
Sample response:"studendata":{ "Name":Romero, "Batch": "EEE2018, S4" }, "status":"OK"
- View the subject wise attendance details for the current semester
- View the total attendance for the entire sem.
- View the assignment evaluation details of the specified semester
eg:assignment/sem=4
- View the Internals evaluation details of the specified semester
eg:internal/sem=4
- View notifications of new assignments,Note and quizess etc.
- View details of pending assignments.
git clone https://github.com/mdb571/n00b-api.git
pip install -r requirements.txt
flask run
Feel free to open a pull request if you feel you can improve this project and add more functionalities
Give a ⭐ if this project helped you ❤️