Package scrapper.fileCreator
package scrapper.fileCreator
Used to build a new data file.
MakeFile to grab and store the raw data
ItemBuilder to create each item for Formatter.java
Formatter to format the entire file.
Wikiapges to set the pages to scrap
When adding a new item, add the link into Wikipages, then the itemclass into readers.items, then into ItemBuilder and Formatter.
Contains everything needed to scrap data from the wiki and format it.
-
ClassDescriptionPuts an ITEM tag infront of each item for ease of reading and formats every item.Formats items inputted by csvValues in the switch case statement of formatterFetches data from given doc (link).Contains all links that are to be searched.