https://github.com/robintw/parentzonephotodownloader
Downloads photos from a ParentZone account
https://github.com/robintw/parentzonephotodownloader
Last synced: about 1 year ago
JSON representation
Downloads photos from a ParentZone account
- Host: GitHub
- URL: https://github.com/robintw/parentzonephotodownloader
- Owner: robintw
- Created: 2019-03-30T11:16:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T21:30:43.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T15:57:18.929Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://chromedriver.chromium.org/) for Selenium - or change the code to use another web driver.
For Windows instructions, see the [Windows README](README_for_Windows.md)