Question

I need to check reciprocal links on external websites - are the best options webrat or capybara in a Rails app? Or something else?

Users will submit the URL of the page where the link back to us has been placed, so we don't need a crawl of the whole site, just the page that is submitted.

Was it helpful?

Solution

For typical HTML parsing, use Nokogiri.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top