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

``` Ignoring exception in on_message Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/discord/client.py", line 270, in _run_event await coro(*args, **kwargs) File "/home/pi/Desktop/bot/cogs/Chatting.py", line 515, in on_message hypixel.setKeys(API_KEYS) File "/usr/local/lib/python3.6/site-packages/hypixel.py", line 128,...

bug

I looked and the documentations and i wanted to ask for it; can you add a command which finds your minecraft name from discord id or name?

Error: https://pastebin.com/urpGQMSh Code: https://github.com/DisSlash/DisSlash-Bot/blob/main/cogs/games/gamestats.py

bug

The Session endpoint was removed in March 2020 due to misuse and was replaced by the `status` endpoint. This new endpoint will return the current status + location of a...

bug

## Expected Behavior - No large errors ## Current Behavior Sends a long error (see below) ``` /usr/local/lib/python3.8/dist-packages/grequests.py:22: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to...

bug

``` def addToCache(cacheURL, data, cacheLength): # Return True if added, return False if not pass ``` ``` def removeFromCache(cacheURL): # Return True if removed, False if not pass ``` ```...

todo
self

**Proposed method structure:** - [ ] boosters - [x] player - [ ] hasBooster < - [ ] friends - [x] findGuild - [x] getSession - [ ] watchdogstats -...

enhancement
todo
self

I need to add a cool gif to make this look cool. 👀

todo
self