hpricot
Ruby Web Scraping Tool Guide
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#66 ([PATCH] for RakeFile: rlcodegen name changed in ra ...
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 saveAmazon ECS
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 saveHpricot Documentation
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 saveOkay, Which Browser Will Run This Code and Can You Get ...
>30 days ago by qubit, 1 User, more info saveScraping Gmail with Mechanize and Hpricot
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 saveHpricotChallenge on Hpricot
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 saveHpricot Goodies
Two fine mini-libraries that use Hpricot to do useful things.
>30 days ago by qubit, 1 User, more info saveRagel State Machine Compiler
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 savemofo - a ruby microformat parser
is a microformat parser for Ruby based on Hpricot.
>30 days ago by qubit, 1 User, more info saveFeedalizer
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 saveerr.the_blog.find_by_title('Parse XML with Hpricot')
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 saveHpricot Test Helper
HpricotTestHelper is a small extension to Test::Unit that lets you use
>30 days ago by qubit, 1 User, more info saveHpricot Roadmap
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 saveHpricotForms
An attempt to create similar functionality to HtmlUnit to do web-based navigation tests.
>30 days ago by qubit, 1 User, more info save