Initial commit
Dieser Commit ist enthalten in:
62
config/tiktok_config.json
Normale Datei
62
config/tiktok_config.json
Normale Datei
@ -0,0 +1,62 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren