Skip to main content
Deno 2 is finally here 🎉️
Learn more

lemmy-scorecard

Gets the total post and comment karma for a Lemmy user.

Usage

Run it with the username and instance of the user you want to calculate the scorecard for

deno run https://github.com/doug-wade/lemmy-scorecard/main.ts -u <your username> -i <your instance url>

Outputs a little scorecard like this

Counts for CombatWombatEsq
                                         count                                   score
                               post                          139                           4493
                               comment                       135                           249

We also take -h, --help and -v, --version flags to show a help message and the current version, respectively.