This is a python script to download all the images from your artstation likes to the location of the script.
-
Download/clone repository
-
Install python 3: https://www.python.org/downloads/
-
Install selenium:
pip3 install selenium
-
Download chromedriver: https://sites.google.com/a/chromium.org/chromedriver/
-
Add chromedriver to $PATH
-
cd to the location of the script.
-
Execute in terminal:
python3 artstation_selenium_scrape.py
-
Input your artstation username.
-
Wait until it is done!
The script will count the amount of likes it has found, if it hits the same amount of likes 3 times it will request input, here you can put the amount of likes there actually are.
Or if you think it should have more likes just hit enter and it will continue trying to find more likes.
I've created a new version of the script that requires to to manually scroll down your likes pages to get the amount of likes. This is substantially faster then having the script scroll, making this a better way to download if you have a high number of likes.
to use this follow the following steps:
-
cd to the location of the script.
-
Execute in terminal:
python3 artstation_selenium_scrape_manual.py
-
Input your artstation username.
-
when your likes page has popped up scrolldown to the bottom of the pages until no new likes are loaded in. Then go back to the console and press enter.
-
Wait until it is done!