Files
parentzone_downloader/config.json.example

13 lines
288 B
Plaintext
Raw Normal View History

2025-10-07 14:52:04 +01:00
{
"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
}