I want to develop some tools on reputation score, the first problem I encountered was how to calculate credit score reputation score?
I can obtain “reputation” on steemd.com or by other method for specified user,
such as @dan : Reputation 43,124,333,723,646
@dantheman : Reputation 125,415,466,468,831
But I don’t know how to convert them to dan (66
) or dantheman (70
)
I try to finger it out by search it on steemit and on web, but not helpful.
And how to?
Eventually I found the solution on GitHub.
https://github.com/steemit/steemit.com/blob/master/app/utils/ParsersAndFormatters.js
And you can convert it to any programing language you like.
That’s all, thank you.
This page is synchronized from the post: How to calculate reputation score? I tell you.