Skip to content

ckhawks/artstation-scrape-likes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

artstation-scrape-likes

This is a python script to download all the images from your artstation likes to the location of the script.

Quick install guide:

  1. Download/clone repository

  2. Install python 3: https://www.python.org/downloads/

  3. Install selenium:

pip3 install selenium
  1. Download chromedriver: https://sites.google.com/a/chromium.org/chromedriver/

  2. Add chromedriver to $PATH

Running the script:

  1. cd to the location of the script.

  2. Execute in terminal:

python3 artstation_selenium_scrape.py 
  1. Input your artstation username.

  2. Wait until it is done!

If the artstation like counter does not equal the actual amount of likes:

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.

New script:

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:

  1. cd to the location of the script.

  2. Execute in terminal:

python3 artstation_selenium_scrape_manual.py 
  1. Input your artstation username.

  2. 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.

  3. Wait until it is done!

About

python 3 script to download images from artstation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%