Skip to content

Raelies/skyblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Skyblock Auction Flipper
YOU DON'T NEED A KEY, CODE BEING REDONE ⚠️


This runs on command prompt on your computer to look for auctions that may be worth flipping. You enter in your money, min profit, and min price, and the amount of time you want this to run for. This will automaticly scan the auction house for you with no delay. You can also copy the command to open the listing in game by clicking the item you want in the menu that is opened.

Dependancies

This code requires some python extensions:

  1. Tkinter - installed by default on windows.
  2. Time - installed by default on windows.

  3. Pyperclip:
pip install pyperclip
  1. Requests:
pip install requests

Installation

  1. Get a free API Key at https://developer.hypixel.net/dashboard/
  2. Install python extensions
  3. Enter your API key
    API_KEY = 'ENTER YOUR API'
  4. Adjust the request limit and time window for the requests depending on your API key
     REQUEST_LIMIT = 300 # (Default for dev api) Limit per time you enter below
     TIME_WINDOW = 300  # (Default for dev api) enter the time reletive for the request limit in seconds

Running the file

  1. Click windows + r and enter cmd
  2. Run cd {file location}
  3. Then
  python hypixel_flips.py

Releases

No releases published

Packages

No packages published

Languages