What's he using to pull out the articles? I had a hacky version set up using the Readability algorithm but never bothered to make it public.
Full Text RSS Feed: Get the whole feed and nothing but the feed
51–60 of 77 posts
Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#52Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#53Excellent thanks, shall be applying this to all my Gawker feeds.
Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#54Earlier quoted context omitted.
The preview for Lifehacker returned nothing at all, but adding the feed to Google Reader worked as advertised. I guess, don't rely on the preview box.
This may be common knowledge, but all gawker blogs are available in full feed, ad free form at .com/vip.xml i.e. http://lifehacker.com/vip.xml
Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#55What's he using to pull out the articles? I had a hacky version set up using the Readability algorithm but never bothered to make it public.
Boilerpipe is by far the best tool for this that I've ever found ( http://code.google.com/p/boilerpipe/ ). I'd be interested to hear if he is using something better, but I'd be surprised if he is. I think this is a great idea and very similar to a lot of stuff I have worked on recently. It's cool to see so much interest in these text-related services.
Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#56Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#57Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#58Earlier quoted context omitted.
Boilerpipe is by far the best tool for this that I've ever found ( http://code.google.com/p/boilerpipe/ ). I'd be interested to hear if he is using something better, but I'd be surprised if he is. I think this is a great idea and very similar to a lot of stuff I have worked on recently. It's cool to see so much interest in these text-related services.
I don't think it's quite as good as what he's doing though. He has the title and date specifically pulled out and he doesn't have any extra text included. I think he manually handles CNN. If I try a HuffPost feed it doesn't work at all.
EDIT: The date and title are in the RSS feed already! No further analysis needed.
Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#59Im currently using "Readable Feeds" Nirmal J. Patel (http://www.nirmalpatel.com/hacks/hnrss.html) and Andrew Trusty (http://andrewtrusty.com/2009/06/29/readable-feeds/)
I like it -- but its really inconsistent!
Cheers,
Re: Full Text RSS Feed: Get the whole feed and nothing but the feed
#60Word of warning, if it takes off, you basically start turning into someone who is both caching and harvesting the web every 15 minutes. There is an incredibly long tail on RSS feeds and it starts killing you to keep them all up to date. Storing and serving it is no big deal, but harvesting actually turns into real money when you figure out total bandwidth used. (we harvest about ~30,000 feeds every 15 minutes)