Files
parentzone_downloader/snapshot_config_example.json
Tudor Sitaru ddde67ca62 first commit
2025-10-07 14:52:04 +01:00

12 lines
280 B
JSON

{
"api_url": "https://api.parentzone.me",
"output_dir": "./snapshots",
"type_ids": [15],
"date_from": "2024-01-01",
"date_to": "2024-12-31",
"max_pages": null,
"api_key": "your-api-key-here",
"email": "your-email@example.com",
"password": "your-password-here"
}