March 14th, 2013
Looking for a Google Reader replacement?
Looking for a Google Reader replacement? Run your own web server? Stick a copy of tt-rss (which, presumably not coincidentally, is displaying its ‘high traffic emergency page’ at present) on it and be happy. It works nicely, is simple to set up, and has a rather good Android app in the Store (ad-supported and paid versions available). Don’t run your own web server? I can’t help you, but enjoy being at the mercy of frivolous giants.
7 Responses to “Looking for a Google Reader replacement?”
I guess that using openshift ( http://log.amitshah.net/2012/10/setting-up-your-free-private-feed-reader/ ) can also help for those that do not have their own server.
By misc March 14th, 2013 at 1:55 am
Out of curiousity, do you know why tt-rss isn’t packaged for Fedora? It seems like something that would be generally useful, but it’s not in there. I’m wondering if there are licensing concerns with it.
By Chris March 14th, 2013 at 5:34 am
Thanks for this post, Adam. I have friends who use Reader religiously, and now, I can help them get over it – and convert them to Linux at the same time.
By Jeff March 14th, 2013 at 9:34 am
How about the Bamboo feed reader plugin for Firefox? It’s very nice, and it’s Free Software.
By andrew89 March 14th, 2013 at 10:09 am
Chris: it bundles various PHP libraries which would need to be split out into separate packages to satisfy the packaging guidelines, and no-one’s got around to doing all that work yet. There’s a few of us who run it but we’re all too lazy :/ It’s on my ‘optional todo’ list, which basically never gets looked at.
andrew: the nice thing about tt-rss is basically the fact that it’s a webapp with an API, not just a client-side app or plugin. I can log in to my tt-rss instance from anywhere and still have my read/unread statuses, starred statuses etc. There’s already an Android client as I mentioned (which gives you a smooth, fast, screen-optimized UI) and as there’s an API, any rss client app could conceivably be made to support tt-rss. Given all the interest in alternatives now Reader’s going away, I expect there may well be an iOS client soon, fr’instance.
Once you’ve used an ‘RSS server’ type system like tt-rss or Reader, it’s hard to go back to just running random RSS clients on all your different systems that aren’t in sync with each other.
By adamw March 14th, 2013 at 10:32 am
Co-worker put together a quickstart for tt-rss for OpenShift https://github.com/wshearn/tinytinyrss-example/blob/master/README.md …. enjoy
By AdamM March 14th, 2013 at 3:04 pm
I guess the openshift team will soon have a nice handy data set for testing de-duplication of hundreds of instances all running the same code =) (or, you know, two. with wordpress.)
By adamw March 14th, 2013 at 3:07 pm