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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: RSS Search Engine

192 点作者 daviducolo大约 6 年前

18 条评论

gambler大约 6 年前
Honestly, this might be the best way out of the mess the web is becoming. Use RSS for "normal" content delivery. No scripts. No styling. Nothing crazy. Just content. Build tools for searching and some other typical tasks and stop when basic functionality is covered.
评论 #19862028 未加载
mike-cardwell大约 6 年前
I just submitted my own RSS feed using curl and jq, by doing this:<p><pre><code> $ RSS_URL=&quot;https:&#x2F;&#x2F;www.grepular.com&#x2F;rss&quot; $ FEEDI_TOKEN=$(curl -sX POST https:&#x2F;&#x2F;feedi.me&#x2F;tokens \ | jq -r &#x27;.data.attributes.key&#x27;) $ curl -X POST https:&#x2F;&#x2F;feedi.me&#x2F;feeds \ -H &quot;Authorization: Token $FEEDI_TOKEN&quot; \ -H &quot;Content-Type: application&#x2F;json&quot; \ -H &quot;Accept: application&#x2F;json&quot; \ -d &quot;{\&quot;url\&quot;:\&quot;$RSS_URL\&quot;}&quot; </code></pre> As per the API docs at <a href="https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;feedi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;feedi</a>
AndrewStephens大约 6 年前
This is cool a cool project. RSS needs all the support it can get. I understand this is just a demo but some things confused me.<p>What are the positive and negative tags for, how do they get applied?<p>In what order do the search results get returned? It didn&#x27;t seem obvious when I added my own feed and then searched.<p>Is there no way to search for a particular feed or author?
评论 #19859955 未加载
majkinetor大约 6 年前
I like it.<p>It would be great to be able to use UI instead API for usage. User login, add feed, end.<p>FYI, without RegEx any search is insufficent.<p>I currently use desktop RSS QuiteRSS that has this option.<p><a href="https:&#x2F;&#x2F;quiterss.org&#x2F;sites&#x2F;default&#x2F;files&#x2F;screenshots03_0.png" rel="nofollow">https:&#x2F;&#x2F;quiterss.org&#x2F;sites&#x2F;default&#x2F;files&#x2F;screenshots03_0.png</a><p>Also, search query should be linkable (give me URL that I can send others for them to get the same results)
评论 #19857434 未加载
评论 #19857386 未加载
评论 #19857350 未加载
tenkabuto大约 6 年前
What does this do, exactly? This isn&#x27;t clear to me from the title, and the page isn&#x27;t doing anything for me besides showing a loading gif and linking to a Github repo that still has me wondering what this does.
评论 #19861531 未加载
rwieruch大约 6 年前
Thank you for sharing! Loving it already :)<p>One question: Are you feeding this application manually with RSS feeds from different websites or do you have a crawler in place?
评论 #19857492 未加载
评论 #19857241 未加载
cyborgx7大约 6 年前
Great projects. Going to keep an eye on it&#x2F;use it.<p>I&#x27;ve been wanting to do a web RSS thing for a while, but my idea has bloated into a full featured RSS reader and blogging Platform. It would also need a search engine, but because of the the size of the project I never got very far with actually implementing it. I need to get better at finding a minimal functioning part and start implementing it, like this search engine does.
daviducolo大约 6 年前
this is a simple reactjs app around my personal project feedi take a look at <a href="https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;feedi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davidesantangelo&#x2F;feedi</a>
评论 #19858862 未加载
评论 #19857992 未加载
nkcmr大约 6 年前
Anyone else getting this error?<p><pre><code> Error fetching and parsing data Error: Network Error at M.exports (createError.js:16) at XMLHttpRequest.W.onerror (xhr.js:87) Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR</code></pre>
评论 #19861559 未加载
edraferi大约 6 年前
Wish I could search for an exact phrase. I&#x27;m getting non-relevant results.
kowdermeister大约 6 年前
I would make the search input more obvious. My focus is dragged first to the &quot;query, entries, per page&quot; buttons because of the gray background.
评论 #19857479 未加载
评论 #19857472 未加载
void_nill大约 6 年前
Unfortunately the page only shows the loading gif (in the left top corner) and nothing else happens. Tested in Firefox 66.0.5 (64-bit) browser.
评论 #19858779 未加载
marban大约 6 年前
For a more general-interest version, check out <a href="https:&#x2F;&#x2F;yetigogo.com" rel="nofollow">https:&#x2F;&#x2F;yetigogo.com</a>
rakoo大约 6 年前
That&#x27;s very nice work ! Do you crawl sources as well or do you rely on people submitting feeds to you ?
评论 #19875853 未加载
dddddaviddddd大约 6 年前
How can a feed be submitted to the index?
评论 #19857588 未加载
jhund大约 6 年前
Related: <a href="https:&#x2F;&#x2F;contentgems.com" rel="nofollow">https:&#x2F;&#x2F;contentgems.com</a>
daviducolo大约 6 年前
just deployed a new version with various improvements! Go to <a href="https:&#x2F;&#x2F;search.feedi.me" rel="nofollow">https:&#x2F;&#x2F;search.feedi.me</a><p>Thanks for feedbacks!
jamil7大约 6 年前
Doesn&#x27;t work in FF
评论 #19861950 未加载
评论 #19857731 未加载
评论 #19857384 未加载
评论 #19857055 未加载