You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian Buller b8b71b10d2 Parsing CSS urls too 7 years ago
.gitignore gofmt and some error checking 7 years ago
LICENSE gofmt and some error checking 7 years ago
README.md Whoop, those are tags 8 years ago
fullscrape.go Parsing CSS urls too 7 years ago

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.