TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hacker News search

10 pointsby ymn_aykover 12 years ago
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

4 comments

slash-dotover 12 years ago
Keep in mind that if you crawl this site your ip will be banned. At least mine was when I was playing around with a web crawler i built.
评论 #4895520 未加载
评论 #4895611 未加载
评论 #4895904 未加载
unholygoatover 12 years ago
there's a bunch simliar but i don't think any have updated with the newly added API additions...go for it! <a href="http://www.hnsearch.com/api" rel="nofollow">http://www.hnsearch.com/api</a><p>here are most of the other apps still up <a href="http://news.ycombinator.com/item?id=2672826" rel="nofollow">http://news.ycombinator.com/item?id=2672826</a>
rikacometover 12 years ago
speaking of this, there should be one. And a "<a href="http://Archive" rel="nofollow">http://Archive</a> as well.<p>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?
arikrakover 12 years ago
I think a practical way to implement simple version would be through Google CSE, but you would have more control if you roll your own search.