Go to file
Brian Buller b8b71b10d2 Parsing CSS urls too 2016-05-05 10:22:10 -05:00
.gitignore gofmt and some error checking 2016-01-21 12:14:09 -06:00
LICENSE gofmt and some error checking 2016-01-21 12:14:09 -06:00
README.md Whoop, those are tags 2015-08-15 10:39:08 -05:00
fullscrape.go Parsing CSS urls too 2016-05-05 10:22:10 -05:00

README.md

fullscrape

A Full Website Scraper

Usage:

fullscrape url out-dir [-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.