You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a web scraper console application used to provide prices of items in the game Old School Runescape.
In Runescape, players can buy an item in bulk at a lower price from the market place, and sell them at a higher price, making profit. The advantage of using this application removes the tediousness of testing and researching each potential item.
The ideas of this program can be applied to our real life stock market, providing pricing charts much like the stock exchange.
Skills Used
Java
Demo
When you begin to run the program, it begins to to search through a list of items.
It provides:
The oldest recorded price within 120 days
The current price, and the median (middle) price of all the recorded prices within 120 days
If the current price is below the median as an indication of if the item can be used as a potential investment
At the end the user is prompted to press any key to close the program.
Features
Web scraping data
Formatting scrapped HTML code to perform operations
Providing the user with a variety of different prices for a variety of items.
Prompting the user to close the program with user input
Other
This is an example of the source website containing the data to scrape.