When I use my userID into the estimator I got this:
User Id: 15713
Name: brunoshady
Posts: 252
Activity: 182
Potential Activity: 168
Post Quality: Poor
Trust: Negative, Red Trust
Estimated Price: 0.01919531
Why is my potential activity 168 while my actual activity is 182?
That seems to be a bug. I am trying to fix the biu but I don't have the time right now and it is a little hard to find. I'm working on it.
Thanks. Your site is working. Gave me not a bad estimate for my account.
I have a suggestion. It would be nice if your estimator can show the username and simple info of the account after entering the uid. Then users click a button to start the calculation. If someone enter the wrong uid, they might have to wait a long time before they know it, wasting time querying the forum database again.
Thanks. I will take your suggestion and see if i can include it into the next version.
tiny suggestions:
* 0.13991250 btc instead of 0.13991250
* translate to usd & euro & yuan
* Date registered, ages in days
* Last active
* newbie / hero / ... / half-god
I will take some of your suggestions and include the BTC unit as well as some other account info. I won't have the firat conversion though.
.
No time to look into your code. Are you actually also parsing all my posts pages?
If yes: ... then you could extract all the links from the header of each post e.g.
https://bitcointalk.org/index.php?topic=1147294.msg12086244#msg12086244
and extract all the "topic=1147294" parts, adding them all to a list.
When making that list unique, the length will give you
in how many different threads I have been posting.
len( list(set( topicsList ) ) )
-> easy to distinguish different "types" of users
Not sure how to relate that to a price, but it would be a cool extra info.
It does go through all of the show posts pages but what would that really accomplish?