hypixel.py icon indicating copy to clipboard operation
hypixel.py copied to clipboard

🎮 This is a simple, unofficial library for getting values from the public Hypixel-API in Python.

Results 13 hypixel.py issues
Sort by recently updated
recently updated
newest added

Start tracking how many requests are made on each API key. Perhaps turn verified_api_keys into a list of dictionaries in order to do this. **Example:** ` [{key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxx', totalRequestsMade: '32',...

enhancement
todo
self

Hi @Snuggle, this PR adds the following to hypixel.py: - A function to get a list of a player's friends (their UUIDs). - A function that returns whether a player...

Hi, just realized that my previous PR uses some features that require at least python 3.8. So this PR just updates the requirements to match that. If this isn't ideal...