An extremely simple script for downloading all images from a website using wget
For unix or linux based systems only
Requires wget
Requires Figlet for rendering ASCII art
for debian and ubuntu systems
sudo apt install wget
for arch based systems
pacman -Sy wget
for ubuntu and debian systems
sudo apt install figlet
for arch systems
pacman -Sy wget
git clone https://github.com/FrenchFries2905/Super-Scraper.git
cd Super-Scraper
chmod +x scrape.sh
./scrape.sh
