0.1.0 • Published 6 months ago

lemmyscorecard v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

lemmyscorecard

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
dpx lemmyscorecard -u <your username> -i <your instance url>

# Nodejs
npx lemmyscorecard -u <your username> -i <your instance url>

Outputs a little scorecard like this

Counts for <your username>
                                         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.

# Deno
dpx lemmyscorecard -h
dpx lemmyscorecard -v

# Nodejs
npx lemmyscorecard -h
npx lemmyscorecard -v

Required permissions

The following permissions are required for use

  • --allow-read
  • --allow-env
  • --allow-net
0.1.0

6 months ago

0.0.6

7 months ago

0.0.4

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago