配置文件生成器
字段说明
字段 | 说明 | 例如 |
---|---|---|
Access_key (必填) | B站账号鉴权 获取方式 | e56bb4fd8fd9b249fcf86cf3a514c451 |
白名单 | 只进行任务的主播 UID 多个用英文逗号 , 分开 | 672346917,672353429 |
黑名单 | 不进行任务的主播 UID 多个用英文逗号 , 分开 | 208259,208258 |
Corn表达式 | 只在本地部署时使用内置定时器需要填写 (本项目只支持5位表达式) | 0 0 * * * |
Server酱SENDKEY | Server酱微信推送服务 获取地址 | SCT1344T9ruheji5FHmdxUKBqGLkLxxx |
配置更多推送 | 更多种类的推送 | { "notifier": "pushplus", "params": { "markdown": False, "token": "abcabcacb" } |
多种推送方式配置 MOREPUSH 参数 (可选)
推送方式 | 参数 |
---|---|
bark | {"notifier":"bark","params":{"markdown":False,"key":"xxxxxx"}} |
dingtalk 钉钉机器人 | {"notifier":"dingtalk","params":{"markdown":False,"token":"xxxxxx"}} |
discord | {"notifier":"discord","params":{"markdown":False,"webhook":"https://discord.com/api/webhooks/xxxxxx"}} |
pushplus | {"notifier":"pushplus","params":{"markdown":False,"token":"xxxxxx"}} |
qmsg | {"notifier":"qmsg","params":{"markdown":False,"key":"xxxxxx"}} |
telegram | {"notifier":"telegram","params":{"markdown":False,"token":"xxxxxx","userid":"xxxxxx"}} |
wechatworkapp 企业微信 | {"notifier":"wechatworkapp","params":{"markdown":True,"corpid":"xxxxxx","corpsecret":"xxxxxx","agentid":"xxxxxx"}} |
wechatworkbot 企业微信 | {"notifier":"wechatworkbot","params":{"markdown":False,"key":"xxxxxx"}} |
lark 飞书 | {"notifier": "lark", "params": {"webhook": "xxxxxx", "keyword": "", "sign": ""}} |