Files
AccountForger-neuerUpload/config/tiktok_config.json
Claude Project Manager 04585e95b6 Initial commit
2025-08-01 23:50:28 +02:00

62 Zeilen
1.5 KiB
JSON

{
"automation": {
"delays": {
"page_load": 3.0,
"typing_delay": 0.1,
"click_delay": 0.5,
"form_submission": 2.0
},
"retries": {
"max_attempts": 3,
"delay_between_attempts": 2.0
},
"timeouts": {
"element_wait": 10.0,
"page_load": 30.0,
"verification_wait": 300.0
}
},
"urls": {
"base_url": "https://www.tiktok.com",
"signup_url": "https://www.tiktok.com/signup",
"login_url": "https://www.tiktok.com/login",
"email_signup": "https://www.tiktok.com/signup/phone-or-email/email"
},
"selectors": {
"priority_order": [
"data-e2e",
"placeholder",
"type",
"class",
"id"
]
},
"registration": {
"required_fields": [
"email",
"password",
"birthday_month",
"birthday_day",
"birthday_year"
],
"optional_fields": [
"username",
"newsletter_subscription"
],
"verification": {
"code_length": 6,
"max_attempts": 3,
"resend_delay": 60
}
},
"error_handling": {
"max_retries": 3,
"retry_delay": 5.0,
"screenshot_on_error": true
},
"logging": {
"level": "INFO",
"capture_screenshots": true,
"detailed_errors": true
}
}