Skip to content

A Python script that scraps results of all students from the given SMIT's exam link and creates a JSON file

Notifications You must be signed in to change notification settings

rishavanand/smit-result-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMIT Result Scraper

This script scraps results of all students from the SMIT's result site for the given semester and saves it in a JSON format.

Note : This scraps results of all students irrespective of the current academic year and courses opted by them.

Requires Python version 3+


$ python3 result.py

This script scraps all result of a given exam.

Example

(For NOVEMBER/DECEMBER 2017 SEMESTER EXAMINATION)
Paste SMIT exam link : https://results.smu.edu.in/smit/results_grade_selection.php?exam=33

This scraps result of all students for all subjects and dumps it in a file called 33.json which has also been added here. '33'is the exam number present in the URL.


$ python3 test.py

This script finds result for your registration number and displays it.

This script can further be extended to calculate GPA of the students directly (soon to be on https://gpacalculator.rishavanand.com).

About

A Python script that scraps results of all students from the given SMIT's exam link and creates a JSON file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages