Skip to content

bsgreenb/mechanize_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Synchronous web crawler written in Ruby.

Future

  • Threading or queueing so it can go faster

  • Limits on the depth of the crawl, to avoid endless spider traps.

  • Better duplication avoidance (e.g. www vs not).

  • Offline tests (save a wget crawl of the site, and use Fakeweb during tests) to avoid hitting the site live during tests.

About

Web Crawler written in Ruby Mechanize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published