forked from Vu1nT0tal/yarb
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
48 lines (48 loc) · 1.34 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"proxy": {
"url": "http://127.0.0.1:7890",
"rss": false,
"bot": false
},
"filterWords": ["降价", "特价", "美元", "美金", "直聘", "招募", "罚款", "广告"],
"bot": {
"feishu": {
"enabled": false,
"secrets": "FEISHU_KEY",
"key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"wecom": {
"enabled": false,
"secrets": "WECOM_KEY",
"key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"dingtalk": {
"enabled": false,
"secrets": "DINGTALK_KEY",
"key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"qq": {
"enabled": false,
"secrets": "QQ_KEY",
"qq_id": "",
"group_id": [""],
"key": "xxxxxxxxxx"
},
"telegram":{
"enabled": true,
"secrets": "TELEGRAM_KEY",
"chat_id": ["-1001781778395"],
"key": "xxxxxxxxxx"
},
"mail": {
"enabled": false,
"secrets": "MAIL_KEY",
"secrets_receiver": "MAIL_RECEIVER",
"address": "a@163.com",
"server": "smtp.163.com",
"from": "a@163.com",
"receiver": "a@163.com,b@163.com",
"key": "xxxxxxxxxx"
}
}
}