Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aayush-683/sicsr-result-scraper
- Owner: Aayush-683
- Created: 2024-06-14T17:14:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T20:20:10.000Z (5 months ago)
- Last Synced: 2024-06-16T18:57:28.582Z (5 months ago)
- Topics: automation, javascript, node-js, nodejs, playwright, sicsr, siu, web-scraping
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. ⚠️