it appears ogioncz has forked it and updated for beta 8
https://github.com/ogioncz/flarum-ext-syndication
I don't know how well it works, I've only just seen it.
It's not on Flagrow Bazaar or Packagist so you would have to install it through composer
Add the following to composer.json:
(in the root block)
"repositories": [
{
"type": "git",
"url": "https://github.com/ogioncz/flarum-ext-syndication.git"
}
]
(in the "require" block)
"ogioncz/flarum-ext-syndication": "@dev"
Then run the command composer update
After that it should appear in your /admin#/extensions page for you to enable.