Python script to scrap images from artnet website.
This is purely intended for educational purposes.
### Download the code
git clone https://github.com/Jebq/Artnet-Scraper.git
### Move to the project directory & Install python packages
cd Artnet-Scraper
pip install -r requirements.txt
### Create output folder and start the scraping
mkdir <output_folder>
### Indicate the artist name as in the artnet's URL, for instance 'gustav-klimt'
python artnet_scraper -n <artist_name> -f <output_folder>