Name: brunoshady
Posts: 252
Activity: 182
Potential Activity: 168
Post Quality: Poor
Trust: Negative, Red Trust
Estimated Price: 0.01919531
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.
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
.
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.