- Download Cygwin installer from here: https://cygwin.com/install.html
- Run it, choose default options until you get to select packages.
- Click the dropdown next to View in the top left, change it from Pending to Full
- Type
python38-pip
into the "Search" box, you should see a single package in the list below. - Click the dropdown in the New column, change it from Skip to 20.1.1-1
- Hit next to complete the installation.
- Run Cygwin by going to
C:\cygwin64\bin
(assuming default install location) and doubleclicking on "mintty.exe" to open a terminal 8a. If you're comfortable with Git, clone the repo into the home directory. 8b. If you don't know what that means, in the Windows File Manager, go toC:\cygwin64\home\<your username here>
and right click on empty space, choose "New" and then Text Document. Copy and paste the contents of the file https://github.com/robintw/ParentZonePhotoDownloader/blob/master/download_parentzone_photos.py into the text document. Save the document asdownload_parentzone_photos.py
- Download ChromeDriver from here: https://chromedriver.chromium.org/downloads (choose the link matching the version of Chrome you have installed, and the file ending in
win32.zip
) - Extract
chromedriver.exe
from the zip file, and copy it intoC:\cygwin64\home\<your username here>
in the Windows File Manager. - In the Cygwin terminal, run this command
export PATH=$PATH:$(pwd)
- Then run this command
python3.8.exe download_parentzone_photos.py
- You will be prompted to enter your email / password, hit enter after each one.
- Wait, you'll see a browser window open automatically. Eventually it will close.
- Your photos should be in the "output" directory, i.e.
C:\cygwin64\home\<your username here>\output