a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by JakobVirgil
JakobVirgil  ·  4337 days ago  ·  link  ·    ·  parent  ·  post: An exploration of the Hubski Trinity (Are there divisions in hubski?)

you should write it the api is supposed to come out soon.





user-inactivated  ·  4337 days ago  ·  link  ·  

i suppose i could take a stab at it, but it's been a while since i managed to sit down and write some real code

JakobVirgil  ·  4337 days ago  ·  link  ·  

you can do it.

lelandbatey  ·  4337 days ago  ·  link  ·  

Man, I'd love to have that as a project! For reddit, I wrote a pretty simple program that checked reddit every few days an sorted through the connections and began to rank users:

It ranked who was the most "successful" link submitters (in terms of amount of votes compared to number of items submitted) as well as the most "successful" commenters (in terms of comment-to upvote ration).

For commenters, it also looked for trends with other commenters. I found that this was only really useful in smaller subreddits where individuals could actually emerge as being known by their reputation (this is ignoring "power users" who mostly become famous through promiscuity alone).

It was rather interesting to see that users could mostly only really be "influential" in smaller subreddits/communities where individual merit could be noticed.

JakobVirgil  ·  4337 days ago  ·  link  ·  

keep me in the loop I could use some better methods of data extraction.

lelandbatey  ·  4337 days ago  ·  link  ·  

Well, like you'd said: this largley depends on there being an API for hubski. Reddit has an awesome API that's simple to jump right into (it uses JSON, a pretty intuitive way of storing data, as well as a drop dead simple way of accessing it).

Without it, I'd pretty much be forced to do page scraping, and that's just not a lot of fun (and it's made a bit tougher because most user data is actually retrieved via javascript in the page and is dynamic, not stored on a static page).

I can't wait for the Hubski API to come out!

JakobVirgil  ·  4336 days ago  ·  link  ·  

My thoughts exactly.