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.
- Tkinter - installed by default on windows.
- Time - installed by default on windows.
- Pyperclip:
pip install pyperclip
- Requests:
pip install requests
- Get a free API Key at https://developer.hypixel.net/dashboard/
- Install python extensions
- Enter your API key
API_KEY = 'ENTER YOUR API'
- 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
- Click
windows + r
and entercmd
- Run
cd {file location}
- Then
python hypixel_flips.py