first commit
This commit is contained in:
26
config/config.example.json
Normal file
26
config/config.example.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"tiktok": {
|
||||
"enabled": true,
|
||||
"cookies_file": "/path/to/tiktok_cookies.json",
|
||||
"cookies_from_browser": null,
|
||||
"collections": [
|
||||
"https://www.tiktok.com/@yourhandle/collection/MyCollection-1234567890"
|
||||
],
|
||||
"unsave_after_download": true,
|
||||
"headless": false,
|
||||
"delay_between_downloads": 2,
|
||||
"delay_between_unsaves": 2
|
||||
},
|
||||
"instagram": {
|
||||
"enabled": true,
|
||||
"cookies_file": "/path/to/instagram_cookies.json",
|
||||
"cookies_from_browser": null,
|
||||
"collections": [
|
||||
"https://www.instagram.com/yourhandle/saved/collection-name/1234567890/"
|
||||
],
|
||||
"unsave_after_download": true,
|
||||
"headless": false,
|
||||
"delay_between_downloads": 3,
|
||||
"delay_between_unsaves": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user