Collecting RSS Feeds Online? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T16:34:34Z http://stackoverflow.com/feeds/question/738118 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/738118/collecting-rss-feeds-online 0 Collecting RSS Feeds Online? Dan 2009-04-10T16:08:21Z 2009-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#739363 3 Answer by altCognito for Collecting RSS Feeds Online? altCognito 2009-04-11T01:56:19Z 2009-04-11T01:56:19Z <p>Just use Google Reader. :)</p> http://stackoverflow.com/questions/738118/collecting-rss-feeds-online/739376#739376 1 Answer by Danny for Collecting RSS Feeds Online? Danny 2009-04-11T02:05:33Z 2009-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#743370 2 Answer by Hank Gay for Collecting RSS Feeds Online? Hank Gay 2009-04-13T08:41:36Z 2009-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#746367 0 Answer by Toby Mills for Collecting RSS Feeds Online? Toby Mills 2009-04-14T04:42:44Z 2009-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#746422 0 Answer by stunnaman for Collecting RSS Feeds Online? stunnaman 2009-04-14T05:15:41Z 2009-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#746429 0 Answer by apphacker for Collecting RSS Feeds Online? apphacker 2009-04-14T05:18:40Z 2009-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>