33 lines
880 B
TOML
33 lines
880 B
TOML
[Douyu]
|
|
enable = true
|
|
command = [
|
|
"斗鱼订阅",
|
|
"取消斗鱼订阅",
|
|
"斗鱼订阅列表",
|
|
"斗鱼订阅提醒",
|
|
"取消斗鱼订阅提醒",
|
|
"订阅鱼吧",
|
|
"取消订阅鱼吧",
|
|
"鱼吧订阅列表",
|
|
"#斗鱼弹幕日报",
|
|
"斗鱼弹幕日报"
|
|
]
|
|
check_interval_minutes = 5
|
|
api_url_template = "https://www.douyu.com/betard/{room_id}"
|
|
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
|
|
session_cutoff_hour = 6
|
|
merge_gap_hours = 4
|
|
daily_report_enable = true
|
|
daily_report_time = "09:30"
|
|
daily_report_min_messages = 120
|
|
daily_report_use_llm = true
|
|
daily_report_max_sessions = 4
|
|
daily_report_max_length = 1800
|
|
daily_report_send_image = true
|
|
audience_stats_sample_interval_seconds = 0
|
|
|
|
[Douyu.report_api]
|
|
backend = "openai_compatible_ai_auto_response"
|
|
temperature = 0.3
|
|
max_tokens = 900
|