Arlo Eitreim 2022 - 6 - 17 CSE 142 AP CS A News Site Scraper and Comparer
Our program scrapes the headlines off major news network’s homepages. Additionally, the program breaks the headlines down into individual words and compares the most frequently used words (excluding junk words like “the” and “on”) and the usage of politically relevant key words (e.g., Biden, Trump, Abortion) by each network's homepage. Finally, our program graphs out all of the data using DrawingPanel.
Using and Editing: to use my program you have to download the newest version of JDK
linked below is a guide from the UW on how to instal JDK: https://courses.cs.washington.edu/courses/cse14x/software2-openJDK/
you should also download Jgrasp, an integrated developer environment (IDE for short). The above link link contains a guide for this as well.
The next step is extracting the Jsoup Jar file. To do this right click on the Jsoup Jar file in the browse section of Jgrasp. click on "extract" then click on the button in the top left corner that has a page and an arrow pointing left on it
done!