A multithreaded image-scraping web crawler in Java, with a basic HTML/CSS/JS frontend.
Warning
Java 8 and Maven 3.5+ are needed to run this project. It will not work with other versions of Java.
Testing links with runtimes are in test-links.txt. Project instructions and requirements are in oldInstructions.md.
git clone git@github.com:siudn/ImageFinder.git
cd ImageFindermvn clean
mvn package
mvn clean package jetty:run