Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.03 KB

Spiggy

Async/await based bot to track Hypixel Skyblock auction house and bazaar prices


Features

  • 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.

Installation

Coming soon™

Dependencies

Spiggy uses

  • sqlite3 for its database;
  • fuzzywuzzy for command autocorrection;
  • matplotlib for data visualizations; and
  • discord.py, various extensions in discord.ext, and discord-py-slash-command for its interface.