RAA - rednails

rednails / 1.0.0

Short description: Library API for scraping data using templates
Category: Library/Text
Status: beta
Created: 2006-12-14 10:51:42 GMT
Last update: 2006-12-14 10:51:42 GMT
Owner: Zev Blut (Projects of this owner)
Homepage: http://rednails.rubyforge.org/
Download: http://rubyforge.org/frs/download.php/15564/rednails_v1.0.tar.gz
License: BSD
Dependency:
None
Description:

RedNails is a data scraping library that uses templates to determine what data to extract from actual data feeds. RedNails uses the template to create a regular expression that catches the user marker variables. When a string of data is passed to RedNails it will use the regular expression to extract the matches and return them to the user. If the scraped data is regular enough then RedNails is a simple way to extract data as all one needs to do is copy a live data feed and mark the points to extract and make this the template.

Edit this project (for project owner)

back to RAA top