Generated Feeds

Since 1.2.2 TT-RSS can be used as a true aggregator, providing generated RSS feeds from its internal database. Feed generation is available for user subscribed feeds, categories, labels and even searches. You can use this feature to read aggregated news feeds with some other reader, share your feeds with your friends, etc.

You can access generated feeds by clicking standard feed icon near feed title:

When multi-user mode is enabled, generated feeds are protected using HTTP Basic authentication. If your server doesn't support HTTP authentication from PHP (for example, when you are using PHP as a CGI/FCGID) you can also access the feeds in a less secure way by appending your login & password to query URL like this:

http://TTRSS_SITE/backend.php?op=rss&id=FEED_ID&user=LOGIN&pass=PASSWORD

It is highly recommended to use HTTPS in both scenarios, especially in the second.

See also: PublishArticles