Results_Fetcher

Facilitates retrieval of large amounts of data from GITAM's results platform


Project maintained by Viswalahiri Hosted on GitHub Pages — Theme by mattgraham

Results_Fetcher

forthebadge

A fun project to retrieve large amounts of data from the results forms on GITAM’s online results website.

This repository is a sub-project for an automatic student grades analysis project aimed at reducing the manual and tedious process of creating student and section reports. Currently, results of CSE batches of 2021 and 2022 are retrievable. More batches and branches will be supported soon.

Implemented with Selenium (Python 3) in Python, this repository contains code that helps in automating web browsers to retrieve GITAM student examination results. This data can be further used, for analytical purposes to monitor student/section performance.

Prerequisites

This package assumes you use Python 3.x.

Expected package dependencies are listed in the “requirements.txt” file for PIP, you need to run the following command to get dependencies:

pip install -r requirements.txt

Browser-specific drivers are to be installed.

Mozilla Firefox 70.0.x : GeckoDriver

Chrome 79.0.x / Chromium (Not Tested): ChromeDriver

Examples

Enter semester, batch year, and section number.
5 2021 17

Contributing

  1. Fork this project.
  2. Commit your changes.
  3. Create a new Pull Request and link an issue with it.

Meta GitHub followers

Name Github LinkedIn E-mail Phone
Viswalahiri Swamy Hejeebu @viswalahiri @viswalahiri E-mail (+91) 630-152-9655
Krishna Sampath Mangalapalli @sampath @sampath E-mail (+91) 810-651-5611

Distributed under the GNU License. See LICENSE for more information.