- Download and install the Firefox web browser.
- Add Firefox's path to your PATH environment variable.
- Download the geckodriver web driver.
- Place geckodriver's file(s) in the Firefox directory you have just added to your PATH environment variable.
Simply call image_downloader.py
with arguments from the command line as follows:
image_downloader.py --num_images=50 --search_text="cloudy sky" --output_directory="./img/cloudy_skies" --file_name_base="cloudy_sky" --filtered_extensions="jpg" --request_timeout=1.0