Loading README.md +7 −0 Original line number Diff line number Diff line Loading @@ -10,4 +10,11 @@ Language checker and corrector by Reza Sajjadi ## Sources https://docs.oracle.com/javase/tutorial/networking/urls/index.html ## Usage To run the webcrawler, simply create a ScratchCrawler object and run the .crawl command with the seed URL as the arguement. ` ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page ` Loading
README.md +7 −0 Original line number Diff line number Diff line Loading @@ -10,4 +10,11 @@ Language checker and corrector by Reza Sajjadi ## Sources https://docs.oracle.com/javase/tutorial/networking/urls/index.html ## Usage To run the webcrawler, simply create a ScratchCrawler object and run the .crawl command with the seed URL as the arguement. ` ScratchCrawler crawler = new ScratchCrawler(); // Create a new ScratchCrawler object crawler.crawl("https://archive.org/details/bostonpubliclibrary"); // Start off the crawl with the seed page `