Hello.

This application makes RSS. It's mainly for SocialFlow and Apple News.

All you need to make a new RSS feed is to know the tag name and taxonomy.

E.g, Ms Tett's feed:-

https://ft-rss.herokuapp.com/authors:Gillian%20Tett

It's probably safer to use the idV1 fields as these don't change.

Eg, Lunch with the FT:-

brandId:QnJhbmRzXzEwOQ==-QnJhbmRz

If you look in the source code of ft.com at any stream you'll see these at the top of the code,

...
data-concept-id="QnJhbmRzXzEwOQ==-QnJhbmRz" data-taxonomy="brand"
...
	

It works with any sort of search term.

Eg, 'sausages':-

sausages

It can also produce RSS feeds from UPP lists.

Eg, the 'Highlights':-

73667f46-1a55-11e5-a130-2e7db721f996

And optionally output the full body of an article by adding a include=body parameter, Eg:-

73667f46-1a55-11e5-a130-2e7db721f996?include=body