This bash script scrapes PokeAPI.co and downloads png
images of 964 Pokemon.
If you like or are using this script, please give it a ⭐ for motivation :)
Before running, you must give executable permissions:
chmod 744
To run the script:
./pokedownloader.sh
Images will be downloaded to the images directory.
Check out the examples folder for a few example images.
All code is licensed under an MIT license, for further details see LICENSE.