Skip to content

tushar-upadhyay/lnctattendance

Repository files navigation

LNCT Attendance and RGPV Results Fetcher

This is a flask based application which provides apis to get different data of LNCT Bhopal and RGPV Bhopal

Using the Apis

You can use the API's in your application to get data Base Url -- https://newlnct.herokuapp.com/

Basic Attendance (returns a JSON response with attnedance and percentage)

Make a get request to: https://newlnct.herokuapp.com/?username=youraccsoftid&password=yourpassword

E.g. https://newlnct.herokuapp.com/?username=123&password=123

Datewise attendance

Make a get request to: https://newlnct.herokuapp.com/dateWise?username=id&password=pass

E.g. https://newlnct.herokuapp.com/dateWise?username=123&password=123

Subject Wise attendance

Make a get request to: https://newlnct.herokuapp.com/subjectwise?username=id&password=pass

E.g. https://newlnct.herokuapp.com/subjectwise?username=123&password=123

Attendance till date

Make a get request to: https://newlnct.herokuapp.com/getDateWiseAttendance?username=id&password=pass

E.g. https://newlnct.herokuapp.com/getDateWiseAttendance?username=123&password=123

Important

If you are student of LNCT University then include &lnctu at the end of each url
https://newlnct.herokuapp.com/?username=username&password=pass&lnctu

RGPV Result

Make a get request to: https://newlnct.herokuapp.com/api?rollNo=enrollment&semester=semester&stream=code Stream codes

Stream Code
B.Tech 0
M.Tech 1
B.Pharma 2
More Streams will be added soon
E.g. https://newlnct.herokuapp.com/api?semester=3&rollno=0103cs181175&stream=0