first commit

This commit is contained in:
TutorialsGHG
2026-05-10 21:03:57 +02:00
commit f2e7545f9a
56 changed files with 835 additions and 0 deletions

View 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
}
}

17
config/config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"tiktok": {
"enabled": true,
"cookies_from_browser": "firefox",
"cookies_file": null,
"collections": [
"https://www.tiktok.com/@tuxxxxax787/collection/Download-7626779378428545824"
],
"unsave_after_download": true,
"headless": false,
"delay_between_downloads": 5,
"delay_between_unsaves": 3
},
"instagram": {
"enabled": false
}
}