first commit

This commit is contained in:
Tudor Sitaru
2025-10-07 14:52:04 +01:00
commit ddde67ca62
73 changed files with 14025 additions and 0 deletions

12
config.json.example Normal file
View File

@@ -0,0 +1,12 @@
{
"api_url": "https://api.parentzone.me",
"output_dir": "snapshots",
"api_key": "YOUR_API_KEY_HERE",
"email": "your-email@example.com",
"password": "your-password",
"date_from": "2021-01-01",
"date_to": null,
"type_ids": [15],
"max_pages": null,
"debug_mode": false
}