mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-06-21 00:46:06 +08:00
merge
This commit is contained in:
18
config/Barrage/barrageModuleConfig.json
Normal file
18
config/Barrage/barrageModuleConfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"data":{
|
||||
"InstantSlicing":{
|
||||
"handler":"ScheduleTime",
|
||||
"ScheduleTime":{
|
||||
"duration":1800000
|
||||
}
|
||||
},
|
||||
"barrageScoreCurve":{
|
||||
"splitStrategy":"ORDER",
|
||||
"scoreStrategy":"SCORING",
|
||||
"duration":5000,
|
||||
"basicBarrageScore":5
|
||||
},
|
||||
"popularRange":{}
|
||||
},
|
||||
"updateTime":"2023-09-17 22:06:25"
|
||||
}
|
||||
28
config/Creeper/creeperConfig.json
Normal file
28
config/Creeper/creeperConfig.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"data":{
|
||||
"taskCenter":{
|
||||
"queueCapacity":50,
|
||||
"threads":20,
|
||||
"waitingTime":1000
|
||||
},
|
||||
"spiderConfig":{
|
||||
"douyu":{
|
||||
"emptySleepTime":100,
|
||||
"retrySleepTime":100,
|
||||
"retryTimes":3,
|
||||
"sleepTime":100,
|
||||
"threadCnt":5,
|
||||
"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48"
|
||||
},
|
||||
"bilibili":{
|
||||
"emptySleepTime":100,
|
||||
"retrySleepTime":100,
|
||||
"retryTimes":3,
|
||||
"sleepTime":100,
|
||||
"threadCnt":5,
|
||||
"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateTime":"2023-09-10 22:52:40"
|
||||
}
|
||||
14
config/Hot/hotModuleConfig.json
Normal file
14
config/Hot/hotModuleConfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"data":{
|
||||
"LiverFollower":{
|
||||
"checkTime":60000,
|
||||
"focusLive":1,
|
||||
"focusRecord":1,
|
||||
"focusBarrage":1
|
||||
},
|
||||
"HotGuard":{
|
||||
"GuardNum":10
|
||||
}
|
||||
},
|
||||
"updateTime":"2023-09-10 22:52:40"
|
||||
}
|
||||
8
config/LiveRecord/liveConfig.json
Normal file
8
config/LiveRecord/liveConfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"data":{
|
||||
"LiveDownload":{
|
||||
"showDownloadTable":false
|
||||
}
|
||||
},
|
||||
"updateTime":"2023-09-10 22:52:40"
|
||||
}
|
||||
35
config/chopperBotConfig.json
Normal file
35
config/chopperBotConfig.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"data":{
|
||||
"src":{
|
||||
"Account":"./config/Account",
|
||||
"Creeper":"./config/Creeper",
|
||||
"LiveRecord":"./config/LiveRecord",
|
||||
"SectionWork":"./config/SectionWork",
|
||||
"Hot":"./config/Hot",
|
||||
"Section":"./config/Section",
|
||||
"Barrage":"./config/Barrage",
|
||||
"Publish":"./config/Publish"
|
||||
},
|
||||
"pluginStart":{
|
||||
"CreeperManager":true,
|
||||
"HotGuard":true,
|
||||
"SectionWorkShop":true,
|
||||
"BarrageConfig":true,
|
||||
"BarrageFileListen":false,
|
||||
"BarrageEvent":true,
|
||||
"InstantSlicing":true,
|
||||
"LiveDownLoadManager":true,
|
||||
"LiveConfig":true,
|
||||
"BarragePopularRange":true,
|
||||
"HotRecommendation":true,
|
||||
"BarrageScoreCurve":true,
|
||||
"FileCacheManager":true,
|
||||
"LiverFollower":true,
|
||||
"TaskMonitor":true,
|
||||
"HotConfig":true,
|
||||
"TaskCenter":true,
|
||||
"CreeperConfig":true
|
||||
}
|
||||
},
|
||||
"updateTime":"2023-09-20 01:13:06"
|
||||
}
|
||||
Reference in New Issue
Block a user