2022-08-06 19:00:40 +02:00
|
|
|
# Hypixel Auction House Flipper
|
|
|
|
|
2024-06-05 23:00:33 +02:00
|
|
|
# Changes
|
2024-06-06 06:14:49 +02:00
|
|
|
- Made auction command copyable in a single click
|
2024-06-05 23:00:33 +02:00
|
|
|
- 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
|
|
|
|
|
2022-08-06 19:00:40 +02:00
|
|
|
# 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..
|
2024-12-28 11:23:40 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
```
|
2024-12-28 11:25:31 +01:00
|
|
|
WEBHOOK_URL=<webhook_url>
|
|
|
|
<<<<<<< HEAD
|
|
|
|
WEBHOOK_NAME=Auction_Notifier
|
|
|
|
WEBHOOK_PROFILE_PICTURE=<picture_url>
|
|
|
|
=======
|
|
|
|
WEBHOOK_NAME=Flipper
|
|
|
|
WEBHOOK_PROFILE_PICTURE=https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096
|
|
|
|
>>>>>>> aad843d (uppercased environment variables)
|
2024-12-28 11:23:40 +01:00
|
|
|
```
|
|
|
|
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.
|