Skip to content

kryachkov/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpage crawler. I recommend to run sample rails app from ./sample_app and test against it

Usage: ./crawler [options]
    -u, --url STRING                 Base URL to fetch
    -c, --concurrency INTEGER        Number of concurrent crawling threads. Default: 4
    -p, --pages INTEGER              Max number of pages to fetch. Default: 50
    -d, --depth INTEGER              Max page depth relative to base url. Default: 3
    -h, --help                       Display this help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published