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.

RSS Box – RSS for websites that do not support RSS

353 pointsby mrzoolalmost 5 years ago

27 comments

latexralmost 5 years ago
&gt; FYI: If you enable JavaScript then you be able to access additional options in the dropdown menus. The website should still be somewhat usable, but recent versions of Firefox will try to download the RSS feeds.<p>This is how you communicate with people with JavaScript disabled! Kudos. Most sites either present you with a blank page with no information, a blank page asking to enable JavaScript (even when the content is just text), or silently break some features.<p>That kind of respectful messaging alone is making me want to take a closer look. Though it should be “then you will be able”.<p>&gt; Important: Please do not overload this service. Do not make more requests than you need.<p>What if we don’t have control over the frequency of requests (e.g. using a service like Feedly)? Do those happen often enough that we’d need to host the app ourselves?
评论 #23586828 未加载
评论 #23584425 未加载
评论 #23584231 未加载
评论 #23584982 未加载
评论 #23584499 未加载
评论 #23586875 未加载
pedro1976almost 5 years ago
I tried to tackle this issue in a more general way, so i wrote rss proxy [0], that analyzes the dom structure and derives feed candidates from it. Feel free to try the demo [1]<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;damoeb&#x2F;rss-proxy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;damoeb&#x2F;rss-proxy&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;rssproxy.migor.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rssproxy.migor.org&#x2F;</a>
评论 #23587718 未加载
评论 #23588401 未加载
s0l1dsnak3123almost 5 years ago
You can actually get RSS feeds for YouTube: emacs users like myself who consume YouTube via elfeed have been doing it like so:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?playlist_id=&lt;THE_ID&gt;" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?playlist_id=&lt;THE_ID...</a><p>Or<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?channel_id=&lt;THE_ID&gt;" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?channel_id=&lt;THE_ID&gt;</a><p>More info here: <a href="https:&#x2F;&#x2F;joshrollinswrites.com&#x2F;help-desk-head-desk&#x2F;20200611&#x2F;" rel="nofollow">https:&#x2F;&#x2F;joshrollinswrites.com&#x2F;help-desk-head-desk&#x2F;20200611&#x2F;</a><p>It really helps to break away from the addictive properties of YouTube&#x27;s &quot;Up Next&quot; algorithm
评论 #23587320 未加载
评论 #23588191 未加载
bdzalmost 5 years ago
Does anyone remember Yahoo Pipes? That was awesome, I mostly used it (around 2008-2010) to make RSS for sites where it wasn&#x27;t available <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Yahoo!_Pipes" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Yahoo!_Pipes</a>
评论 #23584794 未加载
评论 #23584669 未加载
qzncalmost 5 years ago
Off topic but since we are talking about RSS feeds: Is there a web service to replay feeds?<p>Use case are old blog archive one wants to (re-) read sequentially from the start but not in binge mode. So maybe one post per day or week. I&#x27;m thinking about the old posts of Aaron Swartz or Steve Yegge.<p>Just adding the feed to a feed reader is often not sufficient because the feed only contains the last 20 entries or so.
评论 #23585219 未加载
评论 #23584811 未加载
评论 #23590690 未加载
评论 #23587997 未加载
评论 #23584809 未加载
评论 #23587170 未加载
heavyset_goalmost 5 years ago
There&#x27;s an open source service that does something similar, does anyone remember its name?<p><i>edit</i>: Both rssbox in the OP, and RSS-bridge[1] are open source. I was thinking of the latter. There&#x27;s also RSSHub[2].<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;DIYgod&#x2F;RSSHub" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DIYgod&#x2F;RSSHub</a>
评论 #23587796 未加载
评论 #23589709 未加载
gravitasalmost 5 years ago
The service <a href="https:&#x2F;&#x2F;feed43.com" rel="nofollow">https:&#x2F;&#x2F;feed43.com</a> will enable you you to build a RSS feed out of pretty much anything with a URL. I use it to build RSS out of sha256 release files, vendor client download release pages, changelogs, etc.
评论 #23585578 未加载
评论 #23584676 未加载
derefralmost 5 years ago
Anyone ever did something like this for Facebook?<p>I know it&#x27;d have to be subjective per user (security ACLs ⇒ different accounts seeing differing subsets of other accounts&#x27; posts); but I&#x27;d be fine with just getting my own account&#x27;s subjective view, by logging into such a service using Facebook OAuth (or, if that isn&#x27;t enough, then I&#x27;d be fine with handing over my Facebook creds themselves, ala XAuth, provided the service is a FOSS one I&#x27;m running a copy of myself in e.g. an ownCloud instance.)<p>I also know that it&#x27;d likely require heavyweight scraping using e.g. Puppeteer, to fool Facebook into thinking it&#x27;s real traffic. But that&#x27;s not really <i>that</i> much of an impediment, as long as you don&#x27;t need to scale it to more than a dozen-or-so scrapes per second. (Which you&#x27;d automatically be safe from if it was a host-it-yourself solution, since there&#x27;d only be one concurrent user of your instance.)<p>Anyone done this?
评论 #23586783 未加载
goblin89almost 5 years ago
A somewhat unconventional UI for following content, which incidentally works with RSS Box, is Fraidycat[0]. It groups recent posts under “individuals” with a visualization of how much recent activity there is in a given feed, and allows to choose “follow intensity” which works in a nice and transparent way.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22545878" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22545878</a>
评论 #23585965 未加载
carapacealmost 5 years ago
Related (maybe) but tangential, does anyone know of a good web to text converter? Back in the day you used to just use Lynx, is that still the way or has it been surpassed?
评论 #23585602 未加载
评论 #23587697 未加载
评论 #23584888 未加载
评论 #23588393 未加载
评论 #23589714 未加载
评论 #23588207 未加载
maple3142almost 5 years ago
The are also RSSHub, which supports more site, but many of them are Chinese websites.<p><a href="https:&#x2F;&#x2F;docs.rsshub.app&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.rsshub.app&#x2F;en&#x2F;</a>
orblivionalmost 5 years ago
Soundcloud actually does have RSS feeds. I&#x27;m not sure how they&#x27;re exposed to users (I forgot how I got this URL) but they exist:<p><a href="https:&#x2F;&#x2F;feeds.soundcloud.com&#x2F;users&#x2F;soundcloud:users:169774121&#x2F;sounds.rss" rel="nofollow">https:&#x2F;&#x2F;feeds.soundcloud.com&#x2F;users&#x2F;soundcloud:users:16977412...</a>
diablo1almost 5 years ago
I worry about this being swarmed by traffic and hugged to death. Since it&#x27;s popular on HN, I imagine the particular Heroku instance is overwhelmed. I was surprised that it worked when I used it. I guess I&#x27;m gonna have to pony up and donate then...
评论 #23586738 未加载
评论 #23587705 未加载
sebsauvagealmost 5 years ago
In the same vein : RSS-Bridge<p><a href="https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge</a><p>(you can find multiple instances on the web)
评论 #23589719 未加载
评论 #23584204 未加载
评论 #23584309 未加载
WCityMikealmost 5 years ago
I don&#x27;t know if anyone will particularly care, but both Substack and MailChimp newsletters have RSS feeds, in case you prefer those over mail. With Substack, you merely append &quot;feed&#x2F;&quot; to the end.<p>With Mailchimp, well, you look for a &quot;view in browser&quot; or &quot;share this issue with friends&quot; link in the newsletter. On the archive page it takes you to, an RSS link is on the righthand corner.
k1malmost 5 years ago
RSS Box is great - perfect for the kind of sites where scraping from the HTML is problematic because the HTML changes so much.<p>I work on a somewhat similar project called Feed Creator which can be used for less popular pages where you can select elements for the feed using CSS selectors: <a href="https:&#x2F;&#x2F;createfeed.fivefilters.org" rel="nofollow">https:&#x2F;&#x2F;createfeed.fivefilters.org</a>
deweyalmost 5 years ago
I wrote a similar tool (but not as polished) that requires you to write custom plugins. This works well if you have websites that are hard to scrape in an automated way. Maybe it&#x27;s useful to someone else: <a href="https:&#x2F;&#x2F;github.com&#x2F;dewey&#x2F;feedbridge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dewey&#x2F;feedbridge</a>
评论 #23584695 未加载
pmoriartyalmost 5 years ago
My own problem with services like this is that I don&#x27;t want to tell their owners what blogs I read. It&#x27;s a privacy concern.<p>I&#x27;d feel much more comfortable using a standalone tool that I could run on my own laptop (ideally one that didn&#x27;t require running a web server or even a web browser).
评论 #23585791 未加载
评论 #23585248 未加载
评论 #23585223 未加载
jadellalmost 5 years ago
All I want is something that lets me get an RSS feed of Instagram accounts I follow, by giving nothing except the URL or username. I&#x27;ve tried 4 separate services that all work at first, then -- a week, a month, an indefinite time in the future -- stop working and never resume again.
评论 #23585231 未加载
EvgeniyZhalmost 5 years ago
Is there any way to turn a twitter feed (i.e., multiple users) into a single RSS feed?
评论 #23585594 未加载
评论 #23592402 未加载
评论 #23586665 未加载
null_derefalmost 5 years ago
How would you guys use it? What&#x27;re the use cases for this website?
评论 #23584488 未加载
zouhairalmost 5 years ago
<a href="https:&#x2F;&#x2F;feed43.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;feed43.com&#x2F;</a> does it for almost any website provided you fiddle with a bit of &quot;code&quot;
unicornpornalmost 5 years ago
I selfhost this: <a href="https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge</a><p>I highly recommend it.
todsacerdotialmost 5 years ago
If you want to process an RSS feed programmatically, you have to run code to poll the feed and keep track of items already processed. This isn&#x27;t hard to write, but it&#x27;s often not core to your app&#x27;s logic.<p>You probably just want to run code on each new item in the feed.<p>Pipedream lets you treat an RSS feed as an event source. Pipedream runs the code to poll the feed, emitting new items as the feed produces them.<p>RSS for Hackers - <a href="https:&#x2F;&#x2F;rss.pipedream.com" rel="nofollow">https:&#x2F;&#x2F;rss.pipedream.com</a>
theblackcat1002almost 5 years ago
&quot;There was a problem talking to Instagram. Please try again in a moment.&quot; blocked by Instagram?
评论 #23586648 未加载
评论 #23584064 未加载
mromanukalmost 5 years ago
this is really cool. Twitter didn&#x27;t work, though.
评论 #23584219 未加载
评论 #23584200 未加载
评论 #23586582 未加载
评论 #23584266 未加载
hankchinaskialmost 5 years ago
serious question: does anybody use RSS nowadays?
评论 #23587102 未加载
评论 #23600131 未加载
评论 #23588096 未加载
评论 #23587852 未加载
评论 #23585506 未加载
评论 #23585451 未加载