Collecting RSS Feeds Online? - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T16:34:34Zhttp://stackoverflow.com/feeds/question/738118http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/738118/collecting-rss-feeds-online0Collecting RSS Feeds Online?Dan2009-04-10T16:08:21Z2009-04-14T05:25:03Z
<p>I'd like to be able to collect RSS feeds online as an alternative to collecting them on a desktop machine using a regularly running process.</p>
<p>Ideally, it would either collect all feeds and simply email them to a single address as soon as it finds a new one (or even without checking for new feeds) or aggregates all the smaller feeds and sends them out as a bulk larger feed less periodically.</p>
<p>It would have to run on a web server continually, but would be a nice to be able to collect all feeds, not just the ones I happen to pick up when a feed reader is running on my machine. Is something like this available?</p>
http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/739363#7393633Answer by altCognito for Collecting RSS Feeds Online?altCognito2009-04-11T01:56:19Z2009-04-11T01:56:19Z<p>Just use Google Reader. :)</p>
http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/739376#7393761Answer by Danny for Collecting RSS Feeds Online?Danny2009-04-11T02:05:33Z2009-04-11T02:05:33Z<p>Maybe <a href="http://pipes.yahoo.com/pipes/" rel="nofollow">Yahoo's Pipes</a> could help you. It is an interesting way of combining and manipulating feeds.</p>
http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/743370#7433702Answer by Hank Gay for Collecting RSS Feeds Online?Hank Gay2009-04-13T08:41:36Z2009-04-13T08:41:36Z<p><a href="https://www.google.com/reader" rel="nofollow">Google Reader</a>.</p>
http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/746367#7463670Answer by Toby Mills for Collecting RSS Feeds Online?Toby Mills2009-04-14T04:42:44Z2009-04-14T04:52:59Z<p>I'm not sure if you have ever used it but iGoogle allows you to customise the google homepage to display information from around the web. You can add tabs to the page to allow you to split the information up. It's extremely useful and as you can log into it from any computer / browser you can access your feeds anywhere.</p>
<p>If you have a lot of feeds of one type or feeds that update infrequently then iGoogle can also be combined with google reader. </p>
<p>It's also great for adding other plugins like gmail, games, Dilbert :) and more.</p>
<p>To create an iGoogle page go to the google home page and click the iGoogle link in the top right corner. iGoogle will then provide you with a starter page and some suggested content which you can add or ignore. If you click the "Add Stuff" link then "Add feed or gadget" you can manually add all your RSS feeds. However, you can also configure Firefox to automatically select google as your RSS reader when ever you click on an RSS feed icon in the navigation bar. You can select / change this under Tools -> Options -> Applications -> Web Feed.</p>
<p>In order to use your iGoogle on multiple browsers / computers you will need a gmail / google account however it's free and easy to create.</p>
<p>T</p>
http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/746422#7464220Answer by stunnaman for Collecting RSS Feeds Online?stunnaman2009-04-14T05:15:41Z2009-04-14T05:15:41Z<p><a href="http://simplepie.org/" rel="nofollow">simplepie</a> is great if you have PHP installed.</p>
http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/746429#7464290Answer by apphacker for Collecting RSS Feeds Online?apphacker2009-04-14T05:18:40Z2009-04-14T05:18:40Z<p><a href="http://www.feedparser.org/" rel="nofollow">Universal Feed Parser</a> if you're programming in python might be of help</p>