Skip to content

cro2003/rgpvApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGPV API

RGPV API wrapper, written in Python.

Installation

Install using Pypi:

pip install rgpvApi

Usage

Example code to get Main Result:

import rgpvApi

enrollId = ENROLLMENT_NUMBER
courseId = COURSE_ID
sem = SEMESTER

stu_result = rgpvApi.result(enrollId, courseId)

print(stu_result.getMain(sem))

Contact

Chirag
cro@chirag.software