v0.0.5
outputs a simple scorecard for a lemmy user
Attributes
Includes Deno configuration
Repository
Current version released
2 years 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