Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 261 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 261 Bytes

Karma-Readout

Returns upvote/downvote readout to Reddit (posts only)


Formulas

x = upvotes
y = downvotes
p = percent upvoted
n = score

x = n+y
x/(x+y) = p/100

y = (100-p)n / (2p-100)
x = n+y