#15976
sselph
Participant

I wrote the script in go so you’ll have to install that to compile it. Many distributions have packages so should be as easy as something like:
sudo apt-get install golang
You’ll probably need to set a GOPATH environment variable:
http://golang.org/doc/code.html#GOPATH

But to make things easy I compiled versions for most platforms at:
https://github.com/sselph/scraper/releases

I recommend running this on a machine other than the pi but I compiled one for it anyway.

(-thumb_only flag can speed it up for testing since it is not having to download/process large images.)