Hypixel Status checker using the official API and hypixel.paniek.de
make a file like this (works for both)
API_KEY = "put your hypixel api key here"
PLAYER_NAME = "your or your friends name"
DISCORD_WEBHOOK = "https://discord.com/api/webhooks/yourwebhook"
CHECK_INTERVAL = 90 # seconds, recommended 90 (for api version)
EMAIL_SENDER = "you@email.com"
EMAIL_PASSWORD = "app password preferably"
EMAIL_RECIPIENT = "probablystillyou@email.com"
LOG_FILE_PATH = "/path/to/latest.log"