made the web scraping workm abd save the elements to a list :)

This commit is contained in:
Valentijn van der Jagt
2025-11-22 01:01:26 +01:00
parent fe75038ce0
commit ec2db75eb8
4 changed files with 75 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<groupId>nl.herpiederpiee.appie_scraper</groupId>
<artifactId>AppieBonusScraper</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -17,6 +17,11 @@
<artifactId>playwright</artifactId>
<version>1.55.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20250517</version>
</dependency>
</dependencies>
<build>
<plugins>