forked from aijkl/booth-analytics-settings
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcloudSettings-staging.json
102 lines (102 loc) · 2.46 KB
/
cloudSettings-staging.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
{
"keyword": "VRChat",
"fetchIntervalMilliSeconds": 7000,
"updateIntervalMilliSeconds": 5400000,
"modifyIntervalMilliSeconds": 6000,
"saleCheckIntervalMilliSeconds": 86400000,
"notifyIntervalMilliSeconds": 20000,
"guildId": 1189209683907575879,
"exceptionChannelId": 1189211073895739452,
"reminderModifyDays": 10,
"modifyStartPage": 1,
"modifyEndPage": 2,
"notifyStartPage": 1,
"notifyEndPage": 1,
"footerText": "From BoothDB",
"gameStatusText": "BoothDB",
"notifiedDataKeepDays": 7,
"adultWords": [
"無料アバター"
],
"gameStatues": [
{
"botId": "booth-bot-2",
"gameStatus": "Booth2をテスト中"
},
{
"botId": "booth-bot-3",
"gameStatus": "Booth3をテスト中"
}
],
"relevanceEvaluationKeywords": [
"用",
"オリジナル"
],
"adultWarningImageUrl": "https://raw.githubusercontent.com/aijkl/booth-analytics-assets/main/adult_warning.png",
"blockRules": [
{
"shopId": "kittycatalog"
},
{
"shopId": "saisai"
}
],
"channelRules": [
{
"id": "新着順",
"sql": "SELECT * FROM products",
"botId": "booth-bot-2",
"useAvatarRelevanceEvaluation": false,
"useModifyService": true,
"categories": [],
"excludeKeywords": [],
"titleKeywords": [],
"keywords": [],
"productNames": [],
"minPrice": 0,
"minLike": 0,
"channelId": 1189210944203661423
},
{
"id": "アダルト",
"sql": "SELECT * FROM products WHERE products.is_adult == true",
"botId": "booth-bot-2",
"useAvatarRelevanceEvaluation": false,
"useModifyService": true,
"categories": [],
"excludeKeywords": [],
"titleKeywords": [],
"keywords": [],
"productNames": [],
"minPrice": 0,
"minLike": 0,
"channelId": 1189210996594716754
},
{
"id": "Kikyo",
"sql": "",
"botId": "booth-bot-3",
"useAvatarRelevanceEvaluation": true,
"useModifyService": true,
"categories": [
"3D衣装・装飾品",
"3Dモデル(その他)",
"ゲーム関連商品",
"素材(その他)",
"アクセサリー(その他)"
],
"excludeKeywords": [],
"titleKeywords": [],
"keywords": [
"3681787"
],
"productNames": [
"桔梗",
"Kikyo"
],
"minPrice": 0,
"minLike": 10,
"channelId": 1189210961656172564
}
]
}