Skip to content

Commit 0af8625

Browse files
committed
bump up scroll to accomodate 3-4yrs data
1 parent eba979d commit 0af8625

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6767
1. Install Google Chrome: https://www.google.com/chrome/

simple_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)