rishavanand / smit-result-scraper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%