A simple web scraper, written in go. No Additional dependencies required
Download images from 4chan
git clone https://github.com/DaKidReturns/gochan
$ cd gochan/example
where you will find the example code as main.go
go build -o gochan
$ ./gochan [4chan-urlname]
go get github.com/DaKidReturns/gochan
Use it in your project by the import statement
import "github.com/DaKidReturns/gochan"
or
import(
"github.com/DaKidReturns/gochan"
)
it will be imported as gochan
.
(HOME)/Pictures/Gochan
and takes only one command line argument So I figured why not create a web scaper for it ;-)