Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

rss

service

feed

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.

like image 740
mgnb Avatar asked Aug 13 '13 06:08

mgnb


People also ask

How often does RSS feed update?

RSS is a pull technology. The reader re-fetches the RSS feed now and then (for example two times per hour, or more often if the reader learns that it's an often updated feed).

What is replacing RSS feeds?

That being said, RSS feeds have largely been replaced by simply joining the email list of the bloggers, brands or publications you want to hear from.

How does RSS update?

RSS stands for Really Simple Syndication. It refers to files easily read by a computer called XML files that automatically update information. This information is fetched by a user's RSS feed reader that converts the files and the latest updates from websites into an easy to read format.

How fast does RSS update?

The lag time between posting a story and seeing it pop up in the RSS feed is usually a few minutes, and then it can take another 10 to 15 minutes or so for it to appear in something like Google Reader. And the TechCrunch feed is probably checked more frequently for updates than most other feeds.


1 Answers

I really needed this service, so I set one up at http://lorem-rss.herokuapp.com/

The documentation is at that link, as well as in the GitHub repository below. You can tweak it using GET parameters to update every N seconds, minutes, hours, days, months or years. But I haven't yet tested it comprehensively so I'm not sure if the RSS validates well across different parsers. YMMV.

The code is on GitHub at https://github.com/mbertolacci/lorem-rss

like image 74
mgnb Avatar answered Oct 15 '22 08:10

mgnb