this post was submitted on 29 Jun 2023
226 points (96.7% liked)
Memes
45607 readers
1162 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Interestingly, the internally calculated value (which can be fetched using the API) differs quite a lot from the actual value that you get when you sum up the scores of all posts and comments. For example, my comment score is ~20x as high as what the API reports.
I made a tampermonkey script that calculates and displays your "karma" next to your username: https://feddit.de/post/1185964
(It only works for your own karma, doesn't show anyone else's karma, and it also only shows it to you. So no karma farming encouraged.)
Oh, so it is accessible by the api i see, interesting
In your case: https://sh.itjust.works/api/v3/user?username=Quills
person_view -> counts -> post_score and comment_score.
But as I said, these values are inaccurate.