Uses a webhook to ping you when someone passes you on a mee6 leaderboard.
DO NOT USE FOR BIG DISCORD SERVERS The "API" just grabs the top 100 people on the scoreboard and looks if your user is there. It won't work if you aren't in the top 100. There's not much that can be done about this without being rate limited. Maybe I'll work on a solution later...
- Press the run on repl.it button
- Open
config.txt
- Follow this guide to copy your user ID and guild (server) ID
- Paste those values into the config
- Go to any Discord server in which you have owner permissions (eg. a diary server)
- Server Settings > Integrations > Webhooks > New Webhooks
- Change the name, profile picture, and channel to whatever you want
- Copy the Webhook URL into the config
- Run the program with the run button or
python main.py
if self-hosting - Done! To check if it works change
rank.txt
to 0. Long as you aren't in first, the program should ping you!