Aayush-683 / sicsr-result-scraper

An automated app to automatically fetch the result as a pdf file and save it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • Node.js (version 12 or later)
  • npm (Node Package Manager)

Installation

  1. Clone the repository
  2. Now you can run the project with the following command:
  • Automatic installation and start:
npm run setup
  • or for a manual installation:
npm install
npx playwright install
  1. Run the project with the following command:
npm start

Setup

  • Edit your PRN on line 13 and your SEAT NUMBER on line 14
  • Edit the total attempts the scraper should make before stopping on line 80

Thats it! Now sit back and relax while the script does its magic.

  • The script will automatically open a browser window and start the process of scraping the data.

⚠️ This project is highly in Beta and is not recommended for extensive use. Use at your own risk. ⚠️

About

An automated app to automatically fetch the result as a pdf file and save it


Languages

Language:JavaScript 100.0%