Files
parentzone_downloader/config/snapshot_config_example.json
Tudor Sitaru d8637ac2ea
All checks were successful
Build Docker Image / build (push) Successful in 1m3s
repo restructure
2025-10-14 21:58:54 +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"
}