TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What hackernews clones are out there?

2 点作者 BanzaiTokyo超过 8 年前
I wonder what opensource scripts exist out there that provide more or less similar functionality to hackernews?

4 条评论

elihu超过 8 年前
A lot of the various online link&#x2F;news-posting communities provide their back-end code as open source. Here are some:<p>kuro5hin: <a href="https:&#x2F;&#x2F;github.com&#x2F;BlastarIndia&#x2F;scoop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BlastarIndia&#x2F;scoop</a><p>slasdot: <a href="https:&#x2F;&#x2F;sourceforge.net&#x2F;p&#x2F;slashcode&#x2F;git&#x2F;ci&#x2F;live&#x2F;tree&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sourceforge.net&#x2F;p&#x2F;slashcode&#x2F;git&#x2F;ci&#x2F;live&#x2F;tree&#x2F;</a><p>reddit: <a href="https:&#x2F;&#x2F;github.com&#x2F;reddit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;reddit</a>
sideproject超过 8 年前
I run HelloBox<p><a href="https:&#x2F;&#x2F;www.hellobox.co" rel="nofollow">https:&#x2F;&#x2F;www.hellobox.co</a><p>It was started as &quot;Create your own HackerNews clone&quot; tool. It lets you create a HN-type community. Please check it out.
ch215超过 8 年前
The code for HN is available at <a href="http:&#x2F;&#x2F;www.arclanguage.org&#x2F;arc3.1.tar" rel="nofollow">http:&#x2F;&#x2F;www.arclanguage.org&#x2F;arc3.1.tar</a>.
NicoJuicy超过 8 年前
I created one for myselve, tagly.azurewebsites.net :)