Skip to content

Fetches all the grades of the Latest Semester and Automatically submits Course Feedback

Notifications You must be signed in to change notification settings

vasishp/IITH-AIMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IITH-AIMS Grade-Fetcher & Feedback-Submitter

Fetches all the grades of latest semester from AIMS Portal & Submits the feedback of running courses in AIMS Portal of the Institue

Input :

Same for both grade fetcher and feedback submitter

Login ID

Roll number

Password :

It’s password

After entering these details, the browser starts selecting options by itself, we should enter CAPTCHA text from the image shown in the page prompted after login page, Just enter and leave, it will automatically submit in 15 seconds. The output will be printed in the terminal.

How to use :

  1. Install chrome driver according to the version of your chrome
    https://chromedriver.chromium.org/downloads

  2. Install selenium ( In ubuntu )
    pip3 install selenium

Demo For Course Feedback Submitter :

https://youtu.be/cXGOjuaWIXc

Output Format for Grades Fetcher :

Scrolling Finished!

CourseID
CourseName
Credits
Segment
CourseInstructor
Grade
------
CourseID
CourseName
Credits
Segment
CourseInstructor
Grade
------
CourseID
CourseName
Credits
Segment
CourseInstructor
Grade
------

If the Grade is still not given, the Grade space will be empty.

Some reference to match up chrome driver version with chrome

https://stackoverflow.com/questions/65194694/session-not-created-this-version-of-chromedriver-only-supports-chrome-version-8/65194918

About

Fetches all the grades of the Latest Semester and Automatically submits Course Feedback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages