VanScrape
Getting Started
Before running this, you should create a virtual environment and install the dependencies:
$ conda create env -n vanScrape python=3 -y
$ source activate vanScrape
(vanScrape) $ pip install -r requirements.txt
Set your configuration
-
Open the
job.json
file -
Set your desired configuration:
size
: Choose from "large", "medium", "small"output_dir
: Output directory to store imagesnum_download
: Number of images to download
Run the file
(vanScrape) $ python main.py
Note I have been experiencing some slow speeds. Most probably their server is being bogged down by all the people from Hackernews doing what I'm doing...