-
Notifications
You must be signed in to change notification settings - Fork 0
/
cfg.json
41 lines (39 loc) · 1.02 KB
/
cfg.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
{
"vk" : {
"requestdelay" : 60,
"userAgent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 YaBrowser/24.1.0.0 Safari/537.36",
"validuserids" : {
"6222960" : true,
"51251854" : true
},
"schedule" : {
"url" : "https://vk.com/topic-1014995_49418124"
}
},
"telegram":{
"token" : "<API_TOKEN>",
"admins":{
"873470452":true,
"532537229":true
},
"emoji":{
"groups": "🎓",
"people": "💼",
"automatization": "⚙️",
"subs":"📫",
"getsubs":"📩",
"close" : "❌"
}
},
"excel" : {
"emptyellstyle" : {
"value": "",
"fill": {
"type": "pattern",
"pattern": "solid",
"fgColor": { "argb": "FFFFFFFF" },
"bgColor": { "argb": "FF000000" }
}
}
}
}