bug fixes and performance improvements
All checks were successful
Build Docker Image / build (push) Successful in 45s

This commit is contained in:
Tudor Sitaru
2025-11-11 11:28:01 +00:00
parent acfb22cbea
commit 4f73b3036e
5 changed files with 82 additions and 84 deletions

View File

@@ -45,7 +45,7 @@ snapshots = await downloader.fetch_all_snapshots(
downloader = SnapshotDownloader(
# Option 1: Direct API key
api_key="your-api-key-here",
# Option 2: Email/password (gets API key automatically)
email="user@example.com",
password="password"
@@ -75,7 +75,6 @@ curl 'https://api.parentzone.me/v1/posts?typeIDs[]=15&dateFrom=2021-10-18&dateTo
-**Endpoint**: `/v1/posts`
-**Type ID filtering**: `typeIDs[]=15` (configurable)
-**Date range filtering**: `dateFrom` and `dateTo` parameters
-**Pagination**: `page` and `per_page` parameters
-**All required headers** from curl command
-**Authentication**: `x-api-key` header support
@@ -271,7 +270,7 @@ parentzone_downloader/
<div class="stats">Total: 150 snapshots</div>
<input type="text" id="searchBox" placeholder="Search snapshots...">
</header>
<main>
<div class="snapshot">
<h3>Snapshot Title</h3>
@@ -288,7 +287,7 @@ parentzone_downloader/
</div>
</div>
</main>
<script>
// Search, toggle, and interaction functions
</script>
@@ -350,4 +349,4 @@ The system successfully addresses the original requirements:
4. ✅ Includes interactive features for browsing and searching
5. ✅ Supports flexible date ranges and filtering options
**Ready to use immediately for downloading and viewing ParentZone snapshots!**
**Ready to use immediately for downloading and viewing ParentZone snapshots!**