Simple webpages scrapper written in GO
Clone the repository
git clone https://github.com/pestanko/miniscrape.gitEnter the clonned repository
cd miniscrapeInstall the dependencies
go get .make buildgo run main.go scrapeScrape the single webpage:
# For food category
go run main.go scrape -C food -N ubaumanumake run-serveThe webpages list is located in ./config/default.yml.
Miniscrape is released under the Apache 2.0 license. See LICENSE