Simple webpages scrapper written in GO
Clone the repository
git clone https://github.com/pestanko/miniscrape.git
Enter the clonned repository
cd miniscrape
Install the dependencies
go get .
make build
go run main.go scrape
Scrape the single webpage:
# For food category
go run main.go scrape -C food -N ubaumanu
make run-serve
The webpages list is located in ./config/default.yml
.
Miniscrape is released under the Apache 2.0 license. See LICENSE