Hacker News search
I'm starting to do 'Introduction to CS' from Udacity (http://www.udacity.com/overview/Course/cs101/CourseRev/apr2012). I'm planning to make a Hacker news search app through the course. What do you think, is that a good idea, or not? I know there is something similar; this is my plan: the search will be executed in the domains, referred by the hacker news stories. Thank you
13 comments
[ 2.7 ms ] story [ 44.7 ms ] threadhere is how you can pull a specific username's submissions and you can add filters: http://api.thriftdb.com/api.hnsearch.com/items/_search?filte...
And then here is how you can pull the comments for a specific thread/discussion/id: http://api.thriftdb.com/api.hnsearch.com/items/_search?filte...
you can now grab a lot of data.. including they enlarged the site's rss feed in hopes of slowing a few of the scrapers..
there are a few items missing, but they added a lot: http://www.hnsearch.com/api
btw that includes a user bio now, as well as things you've upvoted... etc.. its all just done via filters..
the also boosted the rss feed to help slow down the strapers
only a handful of topics make it to the top everyday, but the majority of content is high quality stuff, which if applied at a proper place would help many. What say?
here are most of the other apps still up http://news.ycombinator.com/item?id=2672826