Go webscraper
This is a basic webscraper written in go which can be used to get all the raw data from a webpage. Note that this scraper does not scrape links by default and remember to always respect the robots.txt of any website.
Requirements
io
log
net/http
Usage
After running the script input the url
you want to scrape.