-
Notifications
You must be signed in to change notification settings - Fork 1
/
UI_Config.json
167 lines (166 loc) · 6.86 KB
/
UI_Config.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"output_file": "settings.json",
"": {
"type": "button",
"label": "Hover your mouse here for instructions",
"tooltip": "1- Save settings before enabling the script \r\n2- Enabling the script will open a black window. DO NOT close it. \r\n3- The black window will display CTT's and Mentions (if enabled) \r\n but is also needed to monitor twitter. \r\n4- If you make changes to settings, after saving: clip on Open Twitter Monitor button. \r\n5- If the script is set to Live Only, and you enable the script before going live, click on Open Twitter Monitor button. \r\n6- Remember to Reset every time you start your stream.",
"function": "",
"wsevent": "",
"group": "General"
},
"LiveOnly": {
"type": "checkbox",
"value": true,
"label": "Only when live",
"tooltip": "Command is only active when stream is live",
"group": "General"
},
"WhoIscmd": {
"type": "textbox",
"value": "!whois",
"label": "Command to give twitch account",
"tooltip": "When the bot gets a twitter account, it needs to ask you for its corresponding twitch account.\r\nThis is the command in which you give the answer: ![command] [twitter account] [twitch account]",
"group": "General"
},
"Resetcmd": {
"type": "textbox",
"value": "!resetctt",
"label": "Reset Command",
"tooltip": "Command to reset who has received points. Needs to be called every time you start streaming",
"group": "General"
},
"ResetBtn": {
"type": "button",
"label": "Reset",
"tooltip": "Reset CTT List (instead of Reset Command)",
"function": "ResetBtn",
"wsevent": "",
"group": "General"
},
"StartUpdatecmd": {
"type": "textbox",
"value": "!getctt",
"label": "Open CTT Update command",
"tooltip": "The script to update CTT list opens automatically. \r\nHowever, if you closed it by mistake, and want to reopen it you can use this command. \r\n (Or disable and enable the script!)",
"group": "General"
},
"GetCTTBtn": {
"type": "button",
"label": "Open Twitter Monitor",
"tooltip": "Same as Open CTT Update command",
"function": "GetCTTBtn",
"wsevent": "",
"group": "General"
},
"CTTMsg": {
"type": "textbox",
"value": "",
"label": "CTT message",
"tooltip": " Message included in Tweet to search for. \r\n Separate key words/phrases with a , (comma). (search is based on AND not OR) \r\n Do not copy paste the message into here, retype it to avoid errors. \r\n Do not leave empty! \r\n First word/phrase is used for the Mentions notification unless there is only one word/phrase (no commas). \r\n Example: typing @Twitch will mark all tweets containing @Twitch as CTT. \r\n typing: @Twitch,Join Stream will mark all tweets containing @Twitch and \"Join Stream\" as CTT, while display tweets only containg @Twitch as mentions. \r\n typing: @Twitch,Join,Stream will mark all tweets containg @Twitch,Join, and Stream as CTT\r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "General"
},
"Permission": {
"type": "dropdown",
"value": "Caster",
"items": ["Everyone","Regular","Subscriber","GameWisp Subscriber","User_Specific","Min_Rank","Min_Points","Min_Hours","Moderator","Editor","Caster"],
"label": "Permission level",
"tooltip": "Set the permission level for the command",
"group": "General"
},
"PermissionInfo": {
"type": "textbox",
"value": "",
"label": "Permission level info",
"tooltip": "Set the user, rank or tier for permission",
"group": "General"
},
"CTTPayout": {
"type": "numberbox",
"value": 30,
"label": "Payout for tweeting",
"tooltip": "How many points to give the users who tweet",
"group": "General"
},
"RefreshTime": {
"type": "numberbox",
"value": 1,
"label": "Refresh CTT List time (minutes)",
"tooltip": "How often do you want to refresh the CTT List? Do NOT set to 0. \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "General"
},
"Sound": {
"type": "checkbox",
"value": true,
"label": "Play sound",
"tooltip": "Play sound when a CTT or a Mention happens \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "General"
},
"CTTColour": {
"type": "dropdown",
"value": "BLACK",
"items": ['BLACK', 'BLUE', 'CYAN', 'GREEN', 'MAGENTA', 'RED', 'WHITE', 'YELLOW'],
"label": "CTT Notification Text Colour",
"tooltip": "Set the text colour for CTT notification \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "General"
},
"CTTBackground": {
"type": "dropdown",
"value": "WHITE",
"items": ['BLACK', 'BLUE', 'CYAN', 'GREEN', 'MAGENTA', 'RED', 'WHITE', 'YELLOW'],
"label": "CTT Notification Background Colour",
"tooltip": "Set the background colour for CTT notification \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "General"
},
"WhoIsMsg": {
"type": "textbox",
"value": "Who is @{0}? Respond by {1} [twitter] [twitch]",
"label": "Who Is message",
"tooltip": "{0} = twitter account \r\n {1} = Respond command",
"group": "Responses"
},
"WhoIsPtf": {
"type": "dropdown",
"value": "Whisper",
"items": ["Whisper","Chat"],
"label": "Send Who Is message to Twitch:",
"tooltip": "Where do you want to receive the Who Is message?",
"group": "Responses"
},
"GetPointsMsg": {
"type": "textbox",
"value": "Thank you {0} for tweeting. You have received {1} {2}. ",
"label": "Chat Message on CTT",
"tooltip": " {0} = viewer \r\n {1} = payout \r\n {2} = currency name",
"group": "Responses"
},
"ResetMsg": {
"type": "textbox",
"value": "CTT List has been reset",
"label": "Reset Message",
"tooltip": "Message sent CTT List has been reset",
"group": "Responses"
},
"MentionsOn": {
"type": "checkbox",
"value": false,
"label": "Receive Twitter Mentions?",
"tooltip": "Receive twitter mentions (Based on first word in CTT Message) \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "Mentions"
},
"MentionColour": {
"type": "dropdown",
"value": "WHITE",
"items": ['BLACK', 'BLUE', 'CYAN', 'GREEN', 'MAGENTA', 'RED', 'WHITE', 'YELLOW'],
"label": "Mention Notification Text Colour",
"tooltip": "Set the text colour for mention notification \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "Mentions"
},
"MentionBG": {
"type": "dropdown",
"value": "BLACK",
"items": ['BLACK', 'BLUE', 'CYAN', 'GREEN', 'MAGENTA', 'RED', 'WHITE', 'YELLOW'],
"label": "Mention Notification Background Colour",
"tooltip": "Set the background colour for mention notification \r\n IF CHANGED: REOPEN TWITTER MONITOR AFTER SAVING",
"group": "Mentions"
},
}