forked from Gilg4mesh/tixcraft_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
90 lines (90 loc) · 2.77 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"homepage": "https://tixcraft.com",
"browser": "chrome",
"language": "\u7e41\u9ad4\u4e2d\u6587",
"ticket_number": 2,
"ocr_captcha": {
"enable": true,
"beta": true,
"force_submit": true,
"image_source": "canvas"
},
"webdriver_type": "undetected_chromedriver",
"date_auto_select": {
"enable": true,
"date_keyword": "",
"mode": "random"
},
"area_auto_select": {
"enable": true,
"mode": "random",
"area_keyword": ""
},
"keyword_exclude": "\"\u8f2a\u6905\",\"\u8eab\u969c\",\"\u8eab\u5fc3 \u969c\u7919\",\"Restricted View\",\"\u71c8\u67f1\u906e\u853d\",\"\u8996\u7dda\u4e0d\u5b8c\u6574\"",
"kktix": {
"auto_press_next_step_button": true,
"auto_fill_ticket_number": true
},
"tixcraft": {
"pass_date_is_sold_out": true,
"auto_reload_coming_soon_page": true
},
"advanced": {
"play_sound": {
"ticket": true,
"order": true,
"filename": "ding-dong.wav"
},
"tixcraft_sid": "",
"ibonqware": "",
"facebook_account": "",
"kktix_account": "",
"fami_account": "",
"cityline_account": "",
"urbtix_account": "",
"hkticketing_account": "",
"kham_account": "",
"ticket_account": "",
"udn_account": "",
"ticketplus_account": "",
"facebook_password": "",
"kktix_password": "",
"fami_password": "",
"urbtix_password": "",
"cityline_password": "",
"hkticketing_password": "",
"kham_password": "",
"ticket_password": "",
"udn_password": "",
"ticketplus_password": "",
"facebook_password_plaintext": "",
"kktix_password_plaintext": "",
"fami_password_plaintext": "",
"urbtix_password_plaintext": "",
"cityline_password_plaintext": "",
"hkticketing_password_plaintext": "",
"kham_password_plaintext": "",
"ticket_password_plaintext": "",
"udn_password_plaintext": "",
"ticketplus_password_plaintext": "",
"chrome_extension": true,
"disable_adjacent_seat": false,
"hide_some_image": false,
"block_facebook_network": false,
"headless": false,
"verbose": false,
"auto_guess_options": true,
"user_guess_string": "",
"remote_url": "\"http://127.0.0.1:16888/\"",
"auto_reload_page_interval": 0.0,
"reset_browser_interval": 0,
"kktix_status_api": false,
"max_dwell_time": 60,
"proxy_server_port": "",
"window_size": "480,1024",
"idle_keyword": "",
"resume_keyword": "",
"idle_keyword_second": "",
"resume_keyword_second": ""
}
}