Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaquin144/collegeresultsscraper
Web Scrape NIT Jamshedpur College Results using Selenium and Java
https://github.com/joaquin144/collegeresultsscraper
java selenium webscraping
Last synced: about 1 month ago
JSON representation
Web Scrape NIT Jamshedpur College Results using Selenium and Java
- Host: GitHub
- URL: https://github.com/joaquin144/collegeresultsscraper
- Owner: Joaquin144
- Created: 2023-12-23T19:14:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-28T21:31:40.000Z (about 1 year ago)
- Last Synced: 2023-12-28T23:56:11.326Z (about 1 year ago)
- Topics: java, selenium, webscraping
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium WebDriver College Results Scraper
This project uses Selenium WebDriver to scrape NIT Jamshedpur college results for a given set of parameters.
## Overview
The goal of this project is to automate the process of extracting results for students in a college based on various combinations of years, courses, and branch codes.
## Features
- Iterates over combinations of college years, courses, and branch codes.
- Uses Selenium WebDriver to simulate actions on a college results website.
- Extracts results for each student and stores them in an Excel file.## Prerequisites
- Java Development Kit (JDK) installed
- Selenium WebDriver dependencies
- ChromeDriver executable## Usage
1. Clone the repository:
```bash
git clone https://github.com/Joaquin144/CollegeResultsScraper.git## Note
**Note to Reviewers and Contributors:**
- This is my First Project on Selenium WebDriver and web scraping.
- Constructive feedback is highly encouraged.
- Feel free to point out areas for improvement or provide suggestions.