It actually seems to be calculated internally but only the instance host can see it, i think it is there to help with moderation or some other technical reason
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.)
It actually seems to be calculated internally but only the instance host can see it, i think it is there to help with moderation or some other technical reason
Also through the API. Some third party apps show it.
Your “karma” as it appears on Memmy
Ooh, so there are clients that show it already
Yeah lol.
It’s only a matter of time before it really becomes a thing.
Yeaaah old habits die hard i guess haha, personally i never really thought bout karma, even on reddit i hardly remembered of its existence
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.
I see, interesting