0.1.0 • Published 2 years ago
lemmyscorecard v0.1.0
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 249We 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 -vRequired permissions
The following permissions are required for use
--allow-read--allow-env--allow-net