This app is a basic CLI app to pull down information from the Hypixel API about the Skyblock's Bazaar. Built using Typer and Pandas, for CLI usability and data organization respectively.
nix profile install github:dragonginger10/hypixelFlipper
git clone https://github.com/dragonginger10/hypixelFlipper.git
cd ./hypixelFlipper
pip install .
running flipper
will pull up a table showing information for bazaar sales with a 5% margin and 10,000 instant buys in the last week.
flipper --help
for full all options.
Code for DF to rich table function courtesy of neelabalan