Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 519 Bytes

ParentZonePhotoDownloader

Simple Python script to download photos from a ParentZone account.

Run the script with --help for command-line arguments, but by default it will prompt for email address and password, and save into a folder called output.

Requires:

  • selenium
  • click
  • requests

You'll also need to set up Chrome Driver for Selenium - or change the code to use another web driver.

For Windows instructions, see the Windows README