A Web Scraper for a Baseball Stats Page
- Understanding how web scraping works
- Use a library
- Java version: 17
- jsoup
- Installed Java (version 17 or higher)
- jsoup library
- Clone this repository
- Add jsoup library
- Go to src folder: cd src
- Compile and run the project: javac Main.java java Main
- How to make a web scraper
- How to add and use a library designed to parse, extract, and manipulate data stored in HTML documents.
- Stract more data