diff --git a/config/Barrage/barrageModuleConfig.json b/config/Barrage/barrageModuleConfig.json new file mode 100644 index 0000000..5ecef69 --- /dev/null +++ b/config/Barrage/barrageModuleConfig.json @@ -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" +} diff --git a/config/Creeper/creeperConfig.json b/config/Creeper/creeperConfig.json new file mode 100644 index 0000000..7b505b2 --- /dev/null +++ b/config/Creeper/creeperConfig.json @@ -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" +} diff --git a/config/Hot/hotModuleConfig.json b/config/Hot/hotModuleConfig.json new file mode 100644 index 0000000..2f197a3 --- /dev/null +++ b/config/Hot/hotModuleConfig.json @@ -0,0 +1,14 @@ +{ + "data":{ + "LiverFollower":{ + "checkTime":60000, + "focusLive":1, + "focusRecord":1, + "focusBarrage":1 + }, + "HotGuard":{ + "GuardNum":10 + } + }, + "updateTime":"2023-09-10 22:52:40" +} diff --git a/config/LiveRecord/liveConfig.json b/config/LiveRecord/liveConfig.json new file mode 100644 index 0000000..2e0a388 --- /dev/null +++ b/config/LiveRecord/liveConfig.json @@ -0,0 +1,8 @@ +{ + "data":{ + "LiveDownload":{ + "showDownloadTable":false + } + }, + "updateTime":"2023-09-10 22:52:40" +} \ No newline at end of file diff --git a/config/chopperBotConfig.json b/config/chopperBotConfig.json new file mode 100644 index 0000000..74de642 --- /dev/null +++ b/config/chopperBotConfig.json @@ -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" +} \ No newline at end of file