Tridenteer
Guest
Member
So I'm back at it making another hypixel API project, this time an auction sniper. However, I'm getting a strange keyerror despite it working the lines before?
Python:
Read more
Python:
Code:
import json
import requests
import xerox
page = 0
item = ''
margin = int(input("How much profit do you want to make? "))
maxx = int(input("How much money can you spend? "))
total = 0
items = []
sellers = 0
prices = []
modifiers = [" ✦", "⚚ ", " ✪", "✪", "Stiff ", "Lucky ", "Jerry's ", "Dirty ", "Fabled ", "Suspicious ", "Gilded...
Read more