ericbeland / Scrapeybara

A web scraping tool based on Capybara. This project is deprecated.
9 stars 1 forks source link

documentation? #1

Open aaronchi opened 12 years ago

aaronchi commented 12 years ago

This looks interesting but there is no documentation or demos in the project

ericbeland commented 12 years ago

I used this in a work project. You're the first person to show interest in it, so I hadn't done much with it. When I can, I will probably actually remove the scraping dsl and just turn it into a series of helpers for capybara to assist with scraping. The useful parts ended up being the retry helpers, parameters, and steps. I will look at providing better examples when I do so.

aaronchi commented 12 years ago

That would be great. I'll take a closer look when I have some time but having some standard scraping methods for capy would be great.

NielsKSchjoedt commented 12 years ago

I'm interrested too

aemadrid commented 12 years ago

I'm interested too. The gist BTW seems to be the wrong one (setting_up_a_new_remote_git_repository.textile). A simple example on how to use it would be great.