Skip to content

a bun.sh script that generates a Trackmania leaderboard for a group

License

Notifications You must be signed in to change notification settings

JanWerder/trackmania-leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trackmania-leaderboard

A bun.sh script that generates a Trackmania leaderboard for a group

Requirements

You need to have bun.sh installed on your machine. You also need an environment file with the following variables:

# .env
userpw=<youremail:yourpassword as base64>
groupid=22024

In addition to that, if you want to display the group members in with their name instead of their id, you need a .users.json

# .users.json
{
    "2a1adc30-76ff-4b56-9caa-d81d517e2651": "Jan",
    [...]
}

Usage

bun run --inspect .\trackmania.js

The server hosted by this command will be available at http://localhost:3015/

About

a bun.sh script that generates a Trackmania leaderboard for a group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published