Uses hypixel-api to grab bazaar item product information in near-real-time and displays the data visually in the command line
This project aims to provide information on bazaar item prices with frequent updates. Eventually I hope to include long-term persistent historical data which could be used for some ML experimentation and forecasting. This is also serving as another Rust learning project for me and I am intending to use Rust for all, or almost all of the project.
A general version of the booster cookie fetch. Now the user is prompted in the terminal to input a product id. This id is verified and if it exists in the hypixel api response, it will start providing the ASCII visualization and buy/sell price information of that item. It is a general tool to monitor the prices of different bazaar items (with a current 10 second set delay).
Future plans include storing historical data from specific items and providing that historical data when requesting that product id. This would provide much more insight since the current system only tracks prices starting at runtime and going until termination.