Package scrapper.fileCreator


package scrapper.fileCreator
Used to build a new data file.

Contains everything needed to scrap data from the wiki and format it.

  • 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.
    • Class
      Description
      Puts 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 formatter
      Fetches data from given doc (link).
      Contains all links that are to be searched.