'Are there any constantly updating RSS feed services to use for testing, or just very active RSS feeds?

I'm trying to test a service that consumes RSS feeds and turns them into push notifications, and it would be nice if there was a very regularly updated publicly available RSS feed I could point it at.

I know I can just use a news feed like CNN, but I'm wondering if there's something more "Lorem Ipsum" style for RSS.



Solution 1:[1]

If you select a highly active feed (http://rss.cnn.com/rss/cnn_topstories.rss) then the updates should be very frequent.

Be aware that some sites use different RSS versions so you might have to adjust your code as required.

Solution 2:[2]

Busy subreddits are the best option if you figure out how to get their RSS feed. For example, here is one of them: https://www.reddit.com/r/AskReddit/new/.rss

For more information: https://www.reddit.com/wiki/rss

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 SReza S