Live data from Hacker News

Full Text RSS Feed: Get the whole feed and nothing but the feed

fulltextrssfeed.com

41–50 of 77 posts

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#41
post #34
post #24

Earlier quoted context omitted.

Not really. I can Right Click -> Copy XPath in Firebug's element inspector then just Nokogiri::HTML(page_source).xpath('/blah') to get at it. You can do it with the CSS selector as well. :) Setting up a quick script to rip all the content from another site is trivial. There's also wget -m

I literally cannot get nokogiri set up on my Mac for love nor money, I'm a noob whose been trying for a week or two. Tried everything. Its preventing me from running tests. Damn xmllibs2.

Install MacPorts: http://www.macports.org

Add /opt/local/bin to your PATH (bashrc or zshrc or whatever you use).

sudo port install libxml2 and sudo port install libxslt

Then sudo gem install nokogiri --no-rdoc --no-ri should run with no issues. That's all I had to do for the system ruby (1.8.7 on OSX 10.6) and 1.9.2 via rvm.

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#42
post #34
post #24

Earlier quoted context omitted.

Not really. I can Right Click -> Copy XPath in Firebug's element inspector then just Nokogiri::HTML(page_source).xpath('/blah') to get at it. You can do it with the CSS selector as well. :) Setting up a quick script to rip all the content from another site is trivial. There's also wget -m

I literally cannot get nokogiri set up on my Mac for love nor money, I'm a noob whose been trying for a week or two. Tried everything. Its preventing me from running tests. Damn xmllibs2.

Do you have XCode installed? Nokogiri is a native extension, I don't think you can build them without the compiler tools installed.

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#44
post #43

This is nice but what's the difference from ViewText ( http://www.viewtext.org )? ViewText has a JSONP API, which made it perfect for building into a recent little project I did (it was a web app). Plus, it's been around for a lot longer.

Just tried viewtext on lifehacker's feed and got:

"We understand you'd like to delete your account. If you delete your account all of your information including your comments, messages, posts, and friends and followers associations will be removed from our system. Please consider the following options before clicking delete."

Yikes! =X

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#45
Click on our website:

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

Website wholesale various fashion shoes, such as Nike, Jordan, prada, also includes the jeans, shirt, bags, hats and decoration. Personality manufacturing execution systems (Mes) clothing, Grab an eye bag coat + tide bag

Air jordan(1-24)shoes $30

Handbags(Coach l v f e n d i d&g) $35

Tshirts (Polo ,ed hardy,lacoste) $15

Jean(True Religion,ed hardy,coogi) $30

Sunglasses(Oakey,coach,gucci,A r m a i n i) $15

New era cap $12

Bikini (Ed hardy,polo) $20

accept paypal and free shipping

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

╭══════════════╮ http://simurl.com/voblec ╰══════════════╯

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#47
A similar service: http://fivefilters.org/content-only/ and it is opensource too. It uses a PHP version of readability to extract the full content. Also can the author of fulltextrssfeed.com explain some of the implementation details? I was planning on a similar project with node.js, jsdom and readability.

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#49
post #44
post #43

This is nice but what's the difference from ViewText ( http://www.viewtext.org )? ViewText has a JSONP API, which made it perfect for building into a recent little project I did (it was a web app). Plus, it's been around for a lot longer.

Just tried viewtext on lifehacker's feed and got: "We understand you'd like to delete your account. If you delete your account all of your information including your comments, messages, posts, and friends and followers associations will be removed from our system. Please consider the following options before clicking delete." Yikes! =X

Give the full feeds that Lifehacker (et al) already offer: http://lifehacker.com/vip.xml (this article to it came up in a google search - http://lifehacker.com/5489210/)!

(also, that needs to be fixed asap, lest anyone get the wrong idea)

Re: Full Text RSS Feed: Get the whole feed and nothing but the feed

#50

Does this work for anybody? I've plugged in 3 feeds, one was "unable to retrieve full-text content" (an sfgate.com feed) and the other two returned nothing at all in the preview (one a feed from kqed.org, the other an older wordpress blog).

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

Post reply on HN