Go to file
Brian Buller f70a1b01cf Update Readme 2015-08-15 10:38:37 -05:00
.gitignore Init commit 2015-07-29 07:43:21 -05:00
LICENSE Init commit 2015-07-29 07:43:21 -05:00
README.md Update Readme 2015-08-15 10:38:37 -05:00
fullscrape.go Looks like it's pretty much working! 2015-08-14 17:21:18 -05:00

README.md

fullscrape

A Full Website Scraper

Usage:

fullscrape [-d=depth] [-x]

Arguments:

url: The url that you want to start the scrape at. out-dir: The output directory. If it doesn't exist, it will be created. d: The depth of the scrape. Defaults to no limit. x: Cross Domain scraping. This could get dangerous, the internet's a big place.

Sometime I may add the ability for fullscrape to automatically make non-relative links relative. Because that seems useful.