alexjdesio / Skyblock-Auctions-Analyzer-Discord-Bot

Skyblock Auctions Analyzer is a lightweight Discord Bot for parsing Auction House JSON data.
10 stars 2 forks source link
discord-bot hypixel-skyblock skyblock

Skyblock Auctions Analyzer

Skyblock Auctions Analyzer is a lightweight Discord Bot for parsing Auction House JSON data.

Commands

Batches

Batches allow users to create groups of items to collectively track. This improves ease of use and allows users to quickly customize the bot's configuration based on new updates/items of interest without needing to change any code or external files. Common batches include Floor 7, Slayer, and Fishing, but the possibilities are endless!

Batch Commands

Command Arguments Functionality Example
!create <ah/bazaar> Creates a new batch and automatically sets it to be tracked by default. When running this command, make sure that the item array has syntax as provided in the example. !create | f7 | ["lapis","fireball","lazuli"] | ah
!remove Deletes the specified batch. !remove f6
!track Enables tracking for the specified batch. !track f6
!untrack Disables tracking for the specified batch. !untrack f6
!list Lists all available batches. !list
!help None Lists all available batch commands. !help

FAQs

Screenshots

Here are some images to give you a sense of what this bot is capable of:

Getting Started

Necessary Files

If you want to run this bot on your own Node.js server, you need to create the the following files:

The format for the necessary files is as follows: For auth.json: { "token": "your_token_goes_here" }

For key.json { "api_key": "your_key_goes_here" }

Changelog