Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 817 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 817 Bytes

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. ⚠️