ericlathrop
Living in Syndication - Generate RSS feeds for sites that don't have them
I’ve recently gotten back into reading RSS feeds only to find a bunch of sites don’t generate them any more. I use RSS-bridge to fill some of the gaps, but there’s still some sites it didn’t support. I made my own self-hosted RSS feed generator in Elixir called Living in Syndication. I push builds to Docker Hub so you can quickly get it up and running. I’d love PR’s that contribute new RSS feed generators.
Here’s a screenshot:

Just copy the RSS urls from the buttons into your reader app, and you’re ready to go.
From the readme:
Living in Syndication
Generate RSS feeds for sites that don’t have them.
Many sites don’t provide RSS feeds these days. This project is a self-hosted app that will scrape the HTML of various sites and create RSS feeds for you. This app is similar to RSS-Bridge, but supports different sites. My favorite RSS Reader is Miniflux.
Supported Sties
Installation
Builds of Living in Syndication are published to Docker Hub.
You can run a build with Docker like this:
$ docker run -it -p 4001:80 ericlathrop/living_in_syndication:v0.1.0
If you want to make your own build:
- Clone this repo.
- Install Elixir
- Install Rust
- Run
mix deps.getinside the repo. - Run
MIX_ENV=prod mix releaseinside the repo. - The build will be located in the
_build/prodfolder inside the repo. You can copy it to a server and runrel/living_in_syndication/bin/living_in_syndication startto start the server.
See the Dockerfile for more complete build instructions.
Help Wanted: Adding More Sites
I’d love PRs for adding more supported sites. Please look at the eBird generator as an example.
Most Liked
ericlathrop
I pushed v0.2.0 with support for Twitter polls, plus several bugfixes.
[0.2.0] - 2020-12-12
Fixed
- Don’t crash if embedded tweet cannot be found
- Don’t crash if Instagram returns no posts
- Fix Instagram user mix up when searched user isn’t first in results
- Fixed crash when Twitter sends suggestions
Added
- Support Twitter poll cards
ericlathrop
I pushed v0.3.2 with a few small Twitter fixes.
[0.3.2] - 2021-03-29
Fixed
- Support summary_large_image Twitter card
[0.3.1] - 2021-03-29
Fixed
- Allow description to be optional on Twitter summary cards
- Specify size for Twitter link SVG
ericlathrop
I pushed v0.1.3 with Twitter support!







