not-varram / Hypixel-Skyblock-Auction-Flipper

BIN auction flipper for Hypixel Skyblock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIN auction flipper for Hypixel Skyblock

Usage

To use the auction flipper you must add your API key by createing a file called "key.json" with the following text:

{
  "key": "<Your API Key>"
}

Then run main.py

Config

Config variables are stored in config.json.

{
    "min-type-ahs": int | Minimum amount of auctions for item in order to be shown (to prevent obscure items)
    "max-request-workers": int | Amount of concurrent workers for requesting pages
}

About

BIN auction flipper for Hypixel Skyblock


Languages

Language:Python 100.0%