Skip to content

DynamesLuis/Web-Scraper-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Web Scraper

A Web Scraper for a Baseball Stats Page


🎯 Learning Objective

  • Understanding how web scraping works
  • Use a library

🛠️ Technologies Used

  • Java version: 17
  • jsoup

🚀 How to Run

Prerequisites

  • Installed Java (version 17 or higher)
  • jsoup library

Steps

  1. Clone this repository
  2. Add jsoup library
  3. Go to src folder: cd src
  4. Compile and run the project: javac Main.java java Main

📚 Learnings

  • How to make a web scraper
  • How to add and use a library designed to parse, extract, and manipulate data stored in HTML documents.

🔮 Possible Improvements

  • Stract more data

📚 Resources / References

About

Web Scraper in java for Baseball stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages