File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The app uses Chrome to access your nursery account safely.
3838- 📥 ** Downloads all photos and videos** from your Parenta account
3939- 📁 ** Saves to your computer** in organized folders
4040- 📊 ** Creates a spreadsheet** with all the activity details
41- - = ** Safe and secure** - your login details never leave your computer
41+ - ** Safe and secure** - your login details never leave your computer, all code is open for review
4242
4343## 📂 Where Are My Photos Saved?
4444
@@ -51,17 +51,17 @@ Plus a CSV file with all the details: `Nursery_Data_[Mode].csv`
5151
5252![ File Organization] ( screenshots/file-organisation.png )
5353
54- ## 📂 Requirements
54+ ## 📂 Requirements
5555
56- - ** Google Chrome browser** (install first if needed )
56+ - ** Google Chrome browser** (install first, a must to work )
5757- ** Internet connection**
5858- ** Valid Parenta nursery account**
5959- ** Windows 10+, macOS 10.15+, or modern Linux**
6060
6161## ❓ FAQs / Troubleshooting
6262
6363### How long does it take?
64- For one child with about a years' history about 5 minutes. Please let us know if i is taking longer than 15 (this is probably a bug)!
64+ For one child with about a years' history about 5 minutes. Please let us know if i is taking longer than 20 (this is probably a bug)!
6565
6666### "Chrome not found" Error
67671 . Install Google Chrome: https://www.google.com/chrome/
Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ def scraper_worker(self, mode):
663663 self .log_message (f"Initial container count: { last_container_count } " )
664664
665665 scroll_attempts = 0
666- max_scroll_attempts = 50 # Reduced since we're loading more per attempt
666+ max_scroll_attempts = 70
667667 no_new_content_attempts = 0
668668 max_no_content_attempts = 3 # Stop after 3 attempts with no new content
669669
You can’t perform that action at this time.
0 commit comments