Crawl and download images using Selenium + PhantomJS
Using python3 and PyQt4
phantomjs prebuilt executable can be downloaded from here
Copy phantomjs.exe to ${project_directory}/bin/.
Add the path of phantomjs executable to $PATH, or simply copy it to /usr/local/bin/.
pip install -r requirements.txt
Download prebuilt windows binary from here