Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aayush-683/sicsr-result-scraper

An automated app to automatically fetch the result as a pdf file and save it
https://github.com/aayush-683/sicsr-result-scraper

automation javascript node-js nodejs playwright sicsr siu web-scraping

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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:
```bash
npm run setup
```
+ or for a manual installation:
```bash
npm install
npx playwright install
```
3. Run the project with the following command:
```bash
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. ⚠️