Async/await based bot to track Hypixel Skyblock auction house and bazaar prices
- Plotting: Get an overview of an item's lowest BIN price over time, complete with an autocorrect system which guesses the correct name/rarity when it isn't provided.
Coming soon™
Spiggy uses
sqlite3
for its database;fuzzywuzzy
for command autocorrection;matplotlib
for data visualizations; anddiscord.py
, various extensions indiscord.ext
, anddiscord-py-slash-command
for its interface.