This commit is contained in:
12
config/config_example.json
Normal file
12
config/config_example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"api_url": "https://api.parentzone.me",
|
||||
"list_endpoint": "/v1/media/list",
|
||||
"download_endpoint": "/v1/media",
|
||||
"output_dir": "./downloaded_images",
|
||||
"max_concurrent": 5,
|
||||
"timeout": 30,
|
||||
"track_assets": true,
|
||||
"api_key": "b23326a9-bcbf-4bad-b026-9c79dad6a654",
|
||||
"email": "your_email@example.com",
|
||||
"password": "your_password_here"
|
||||
}
|
||||
11
config/parentzone_config.json
Normal file
11
config/parentzone_config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"api_url": "https://api.parentzone.me",
|
||||
"list_endpoint": "/v1/gallery",
|
||||
"download_endpoint": "/v1/media",
|
||||
"output_dir": "./parentzone_images",
|
||||
"max_concurrent": 5,
|
||||
"timeout": 30,
|
||||
"track_assets": true,
|
||||
"email": "tudor.sitaru@gmail.com",
|
||||
"password": "mTVq8uNUvY7R39EPGVAm@"
|
||||
}
|
||||
10
config/snapshot_config.json
Normal file
10
config/snapshot_config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"api_url": "https://api.parentzone.me",
|
||||
"output_dir": "./snapshots",
|
||||
"type_ids": [15],
|
||||
"date_from": "2021-10-18",
|
||||
"max_pages": null,
|
||||
"api_key": "95c74983-5d8f-4cf2-a216-3aa4416344ea",
|
||||
"email": "tudor.sitaru@gmail.com",
|
||||
"password": "mTVq8uNUvY7R39EPGVAm@"
|
||||
}
|
||||
11
config/snapshot_config_example.json
Normal file
11
config/snapshot_config_example.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
11
config/snapshot_config_test.json
Normal file
11
config/snapshot_config_test.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"api_url": "https://api.parentzone.me",
|
||||
"output_dir": "./snapshots_test",
|
||||
"type_ids": [15],
|
||||
"date_from": "2021-10-18",
|
||||
"date_to": "2025-09-05",
|
||||
"max_pages": 2,
|
||||
"api_key": "95c74983-5d8f-4cf2-a216-3aa4416344ea",
|
||||
"email": "tudor.sitaru@gmail.com",
|
||||
"password": "mTVq8uNUvY7R39EPGVAm@"
|
||||
}
|
||||
Reference in New Issue
Block a user