Skip to content

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.

Notifications You must be signed in to change notification settings

DiamondsBattle/SkyblockFlipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyblock Flipper

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.

Settings

  • base_url - The base url of the Hypixel Auction House API
  • categories - The categories of items to flip
  • exceptions - Names of specific items to ignore
  • min_flip - The minimum profit to make from a flip
  • min_price - The minimum price of an item to flip
  • min_supply - The minimum supply of an item to flip
  • webhook_url - The webhook url to send flip data to
  • webhook_mentions - Discord IDs of users mentioned on webhook execution

Stats*

  • Average time to find a flip: 1.5s
  • Average profit per hour: 80m
  • Flip precision: >90%

* depending on Internet connection speed and flip settings

Installation

  • Prerequisites:
    • Python 3.8+
    • Git
    • (optional) Discord Webhook URL and IDs of users to mention
  1. Clone the repository : git clone https://github.com/DiamondsBattle/SkyblockFlipper.git ; cd SkyblockFlipper
  2. Install the required packages : python -m pip install -r requirements.txt (using a venv is recommended)
  3. (optional) Create user_settings.json from default_settings.json, adding custom settings and wehhook settings
  4. Create a logs folder in the root directory
  5. Run the flipper : python main.py

About

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.

Resources

Stars

Watchers

Forks