eduardschaeli / wget-image-scraper

Scrapes images from a list of urls with wget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image scraper

This shellscript scrapes all images, recursively, from the urls listed in the sites.txt file.

It will be used in an art project by Stefan Baltensperger.

Usage:

  • Add urls to the sites.txt file like this http://www.yoursite.ch The HTTP:// part ist important!
  • Make the scraper.sh shell script executable: chmod +x scraper.sh
  • Run it like this: ./scraper.sh

About

Scrapes images from a list of urls with wget


Languages

Language:Shell 100.0%