An optimized real-time skyblock flipper, only relying on live data in order to always be profitable. No market data is stored, as the flipper finds gaps in a item's price, enabling the user to buy an item and immediately sell it for a higher price, making up the gap.
base_url
- The base url of the Hypixel Auction House APIcategories
- The categories of items to flipexceptions
- Names of specific items to ignoremin_flip
- The minimum profit to make from a flipmin_price
- The minimum price of an item to flipmin_supply
- The minimum supply of an item to flipwebhook_url
- The webhook url to send flip data towebhook_mentions
- Discord IDs of users mentioned on webhook execution
- Average time to find a flip: 1.5s
- Average profit per hour: 80m
- Flip precision: >90%
* depending on Internet connection speed and flip settings
- Prerequisites:
- Python 3.8+
- Git
- (optional) Discord Webhook URL and IDs of users to mention
- Clone the repository :
git clone https://github.com/DiamondsBattle/SkyblockFlipper.git ; cd SkyblockFlipper
- Install the required packages :
python -m pip install -r requirements.txt
(using a venv is recommended) - (optional) Create
user_settings.json
fromdefault_settings.json
, adding custom settings and wehhook settings - Create a
logs
folder in the root directory - Run the flipper :
python main.py