Change your Discord rich presence to the game you're playing on Hypixel!
- Download and extract the latest release, rename
.env.example
to.env
and add your Minecraft username - Install
pypresence
,requests
anddotenv
with the commandpip install pypresence requests python-dotenv
- Obtain a Hypixel API key, and add it to the .env
An API key can be obtained by going to https://developer.hypixel.net/dashboard/ and clicking "Create API Key". By doing so, users can generate an API key that comes with a default rate limit of 300 requests per 5 minutes, but will expire in 72 hours (3 days). To obtain a permanent key, you must click "Create App" and select "Personal API Key", which will grant you a key that provides the same default rate limit, but will not expire on its own.
- Optional: In the .env, enable linking your profile on Skycrypt and/or your Hypixel Forums profile (details are in the .env.example)
- Run the script and hope it works
- Discord must be open for it to appear
- The script must be running for it to appear
- NEVER share your
.env
, especially your Hypixel API key - Your "Online Status" must be enabled in your API settings on Hypixel
Thanks to qwertyquerty for creating PyPresence, and to the Skyblock Wikia for the API key instructions.