Hacker News new | ask | show | jobs
by firasd 2875 days ago
I've been building an app that (among other things) can kind of generate this for Twitter--if people are discussing a link, it finds tweets about that link, quote-tweets of tweets about that link, and replies to tweets about that link (in addition to tracking the number of retweets and likes). (The app is pre-release but it's on social media as https://twitter.com/flockpath)

I've been thinking that I should 'break out' that feature as a Chrome extension. It would open the Twitter discussion for the link you're on, as a sidebar. Here's an image of how the sidebar would look (this is a sample of tweets about a particular article called 'Podcasting's Next Frontier'): https://imgur.com/a/GEcR7b1

And if that Chrome extension becomes popular maybe I would ditch the dependence on Twitter and also spider the rest of the web for discussions about the URL, especially big forums like HN, Reddit. I think https://techmeme.com does something like that.

As an aside, this is the kinda thing I miss about the circa 2005 web--when there was a prominent article published it would get discussed in a variety of forums, blogs, etc. Now the discussion has become centralized to a few aggregators and social media sites.

1 comments

How do you rank tweets? Does Twitter API allows to sort by threads size?

I actually wrote a small extension to collect comments from HN and Reddit using their search API, and it's very useful for me.

https://imgur.com/a/vWy5NaP

Oh, very cool!

My app is actually meant to be like a 'newsfeed for tweets' that shows the top 10 tweets of the day engaged by people you follow, so it vacuums up a bunch of tweets (from tweets engaged--liked, retweeted, etc--by friends of my users) so then it just internally counts which have the most retweets/likes. So what my app thinks is the most retweeted thing might just be reflective of my internal data set rather than what's the actual most-retweeted thing.

cool extension - is it available in store?