hpricot

most popular fresh hot now
http://redhanded.hobix.com/inspect/nostrils.html

Nostrils websnapr

search = nostrils ; (Hpricot(open("http://www.google.com/search?q=#{URI.escape(search)}"))/"div.g").map { |ele| {:title => ele.at("a").inner_text, :link => ele.at(&
>30 days ago by qubit, 1 User, more info save
http://scrubyt.org/ruby-web-scraping-tool-guide/

Ruby Web Scraping Tool Guide websnapr

Hpricot vs Mechanize vs ScrAPI vs Watir vs ScRUBYt! vs…? Which one should you pick to solve your upcoming Web scraping project and why?
>30 days ago by qubit, 1 User, more info save
http://code.whytheluckystiff.net/hpricot/ticket/66

#66 ([PATCH] for RakeFile: rlcodegen name changed in ra ... websnapr

The latest version of ragel (5.18) has removed rlcodegen and split the functionality into four differently named programs. I've included a patch for the RakeFile? which checks the ragel version number
>30 days ago by qubit, 1 User, more info save
http://rubyforge.org/projects/amazon-ecs/

Amazon ECS websnapr

Amazon E-commerce REST API using Hpricot. Supports ECS 4.0. With the help of generic wrapper classes makes it easier to retrieve element values from the XML output.
>30 days ago by qubit, 1 User, more info save
http://code.whytheluckystiff.net/doc/hpricot/

Hpricot Documentation websnapr

Hpricot is a fast, flexible HTML parser written in C. It‘s designed to be very accommodating (like Tanaka Akira‘s HTree) and to have a very helpful library (like some JavaScript libs — JQuery, Prototy
>30 days ago by qubit, 1 User, more info save
http://schf.uc.org/articles/2007/02/14/scraping-gmail-with-mechanize-and-hpricot

Scraping Gmail with Mechanize and Hpricot websnapr

This quick tutorial will show you how to use mechanize and hpricot to login to gmail and return a list of Unread emails.
>30 days ago by qubit, 1 User, more info save
http://www.scrubyt.org

scRUBYt! websnapr

Mechanize and Hpricot on Steroids. scRUBYt! is a simple to learn and use, yet powerful web scraping toolkit written in Ruby. The idea behind making scRUBYt! was to show a few simple concepts of Web ex
>30 days ago by qubit, 1 User, more info save
http://scrubyt.org

scRUBYt! websnapr

Mechanize and Hpricot on Steroids. scRUBYt! is a simple to learn and use, yet powerful web scraping toolkit written in Ruby. The idea behind making scRUBYt! was to show a few simple concepts of Web ex
>30 days ago by qubit, 1 User, more info save
http://code.whytheluckystiff.net/hpricot/wiki/hpricotchallenge

HpricotChallenge on Hpricot websnapr

Trying to parse out some trick HTML? Add your question to this page and we'll see if we can track down a simpler path to it.
>30 days ago by qubit, 1 User, more info save
http://termos.vemod.net/hpricot-goodies

Hpricot Goodies websnapr

Two fine mini-libraries that use Hpricot to do useful things.
>30 days ago by qubit, 1 User, more info save
http://pmade.com/open-source-software/scrapes/

Scrapes websnapr

Scrapes is a framework for crawling and scraping multi-page web sites. Unlike other scraping frameworks, Scrapes is designed to work with “dirty” web sites. That is, web sites that were not designed t
>30 days ago by qubit, 1 User, more info save
http://www.cs.queensu.ca/~thurston/ragel/

Ragel State Machine Compiler websnapr

Ragel compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code. Ragel state machines can not only recognize byte sequences as regular expression machines do
>30 days ago by qubit, 1 User, more info save
http://termos.vemod.net/feedalizer

Feedalizer websnapr

Feedalizer is a small Ruby library that makes it darn easy to scrape web pages and put the content into RSS feeds.
>30 days ago by qubit, 1 User, more info save
http://errtheblog.com/post/8

err.the_blog.find_by_title('Parse XML with Hpricot') websnapr

Enter _why’s HTML parser, Hpricot. It’s written in C and since XHTML is a subset of XML, there’s no reason it shouldn’t be able to parse my file.
>30 days ago by qubit, 1 User, more info save
http://opensource.agileevolved.com/svn/root/rails_plugins/hpricot_test_helper/trunk/

Hpricot Test Helper websnapr

HpricotTestHelper is a small extension to Test::Unit that lets you use
>30 days ago by qubit, 1 User, more info save
https://code.whytheluckystiff.net/hpricot/roadmap

Hpricot Roadmap websnapr

Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree, but with the scanner recoded in C. I've also borrowed a number of ideas from JQuery to make traversing and altering the HTML alot
>30 days ago by qubit, 1 User, more info save
http://blog.yanime.org/articles/2006/07/19/hpricotforms

HpricotForms websnapr

An attempt to create similar functionality to HtmlUnit to do web-based navigation tests.
>30 days ago by qubit, 1 User, more info save
http://redhanded.hobix.com/inspect/hpricot01.html

Hpricot websnapr

Hpricot is a nice, loose HTML parser for Ruby, written in C. I stole a bunch of code and ideas from HTree, Prototype and JQuery. The gem requires a compiler.
>30 days ago by qubit, 1 User, more info save

Power-User for hpricot