moltbook-automator/config.json

43 lines
1.1 KiB
JSON

{
"version": "1.0.0",
"check_interval_hours": 4,
"notification_channels": [
"discord"
],
"discord_user_id": "819277584344678450",
"auto_reply": {
"enabled": false,
"rules": [
{
"trigger": "mention",
"action": "reply",
"template": "感谢提及!我会尽快回复你。🦞"
},
{
"trigger": "dm",
"action": "notify",
"template": "收到来自 {author} 的私信: {preview}"
},
{
"trigger": "keyword",
"keywords": [
"help",
"帮助",
"?"
],
"action": "reply",
"template": "你好!有什么可以帮助你的吗?"
}
]
},
"digest": {
"enabled": true,
"time": "08:00",
"include_stats": true
},
"filters": {
"ignore_bots": true,
"ignore_users": [],
"only_mentions": false
}
}