Skip to content

Instantly share code, notes, and snippets.

View searinminecraft's full-sized avatar
🎸

searingmoonlight searinminecraft

🎸
View GitHub Profile
@searinminecraft
searinminecraft / funny.txt
Created May 14, 2024 01:38
Discord experiment
Haha token go brrrrr
MTE5ODE5MzAwODQyNDc5NjE5MA.GJ30AG.I3A1qaFj9_dJlYRODMmPsJprdnMKsHlak2mIcY
@searinminecraft
searinminecraft / stk_user_api.md
Last active September 14, 2023 03:29
The SuperTuxKart Users API Reference

SuperTuxKart Users API Reference

Since the STK developers never made a reference for their users API, I decided to make my own.

The API URL is: https://online.supertuxkart.net/api/v2/user/<apicall>

The POST format must be in this way: <arg1>=<value>&<arg2>=<value>.... For example, userid=345397&token=xxxxxxxxxxxxxxx

Example of sending a request to STK API