No description
Find a file
2024-12-28 13:41:48 +01:00
src moved to sqlsystem class 2024-12-28 13:41:48 +01:00
.dockerignore mayhaps functioning TS conversion 2024-12-28 11:31:26 +01:00
.gitignore sql: javascript > typescript 2024-12-28 11:39:26 +01:00
.prettierrc mayhaps functioning TS conversion 2024-12-28 11:31:26 +01:00
add_remotes.bat added remote adding scripts 2024-12-28 11:39:31 +01:00
add_remotes.sh added remote adding scripts 2024-12-28 11:39:31 +01:00
AuctionHandler.worker.ts added more types 2024-12-28 11:39:30 +01:00
config.json added more types 2024-12-28 11:39:30 +01:00
docker-compose.yml mayhaps functioning TS conversion 2024-12-28 11:31:26 +01:00
Dockerfile mayhaps functioning TS conversion 2024-12-28 11:31:26 +01:00
env.d.ts mayhaps functioning TS conversion 2024-12-28 11:31:26 +01:00
index.ts moved to sqlsystem class 2024-12-28 13:41:48 +01:00
package.json added more types 2024-12-28 11:39:30 +01:00
README.md Fixed readme 2024-12-28 12:24:40 +01:00
tsconfig.json enforcing strict types 2024-12-28 11:39:30 +01:00

Hypixel Auction House Flipper

Changes

  • Made auction command copyable in a single click
  • Uses a different and more accurate JSON for retrieving average auction prices
  • Added the average price to message description
  • Add minAvgProfit to config which allows for the user to set a minimum profit based on the average price

Features:

  • Custom filters (Catergory, Name, Enchantment..)
  • Auction Copy Paste Link
  • Profit, Cost, LBIN information
  • Type of Auction (Snipe or under valued item)
  • Sales/Day check
  • Mininimal profit in value and percentage
  • Automatic price refresher
  • Discord Webhook integration
  • Ability to make some high tier enchantments worthless (like Looking 4, Luck 6 etc..)
  • Bad Enchantment filter
  • And more..

Setup

.env

.env file is needed due to docker compose. Even if you are not using docker and docker compose, .ENV IS NEEDED

the example .env is

WEBHOOK_URL=<webhook_url>
WEBHOOK_NAME=Auction_Notifier
WEBHOOK_PROFILE_PICTURE=<picture_url>

You can also add these as environment variables into your system when running Node or run the app via node --env-file=.env index.js

config.json

filters

  • itemIDExclusions: exclusion based on itemID (contains, doesnt have to be the full itemID name)
  • EnchantThreshold and EnchantThresholdConditionalBypass are used for Raw Crafting. I suggest leaving them as they are.