-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
112 lines (112 loc) · 3.54 KB
/
config.example.json
File metadata and controls
112 lines (112 loc) · 3.54 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"verbose": false,
"push_mode": "original",
"proxy": {
"url": "http://127.0.0.1:7890",
"rss": false,
"bot": false
},
"rss": {
"auto_update": {
"enabled": false,
"update_interval_days": 7
},
"CustomRSS": {
"enabled": true,
"filename": "CustomRSS.opml"
},
"CyberSecurityRSS": {
"enabled": true,
"url": "https://raw.githubusercontent.com/zer0yu/CyberSecurityRSS/master/CyberSecurityRSS.opml",
"filename": "CyberSecurityRSS.opml"
},
"CyberSecurityRSS-tiny": {
"enabled": false,
"url": "https://raw.githubusercontent.com/zer0yu/CyberSecurityRSS/master/tiny.opml",
"filename": "CyberSecurityRSS-tiny.opml"
},
"Chinese-Security-RSS": {
"enabled": true,
"url": "https://raw.githubusercontent.com/zhengjim/Chinese-Security-RSS/master/Chinese-Security-RSS.opml",
"filename": "Chinese-Security-RSS.opml"
},
"awesome-security-feed": {
"enabled": true,
"url": "https://raw.githubusercontent.com/mrtouch93/awesome-security-feed/main/security_feeds.opml",
"filename": "awesome-security-feed.opml"
},
"wechatRSS": {
"enabled": true,
"url": "https://raw.githubusercontent.com/ttttmr/Wechat2RSS/master/static/opml/sec.opml",
"filename": "wechatRSS.opml"
},
"chinese-independent-blogs": {
"enabled": true,
"url": "https://raw.githubusercontent.com/timqian/chinese-independent-blogs/master/feed.opml",
"filename": "chinese-independent-blogs.opml"
}
},
"bot": {
"feishu": {
"enabled": false,
"secrets": "FEISHU_KEY",
"key": ""
},
"wecom": {
"enabled": false,
"secrets": "WECOM_KEY",
"key": ""
},
"dingtalk": {
"enabled": false,
"secrets": "DINGTALK_KEY",
"secrets_secret": "DINGTALK_SECRET",
"key": "",
"secret": ""
},
"telegram": {
"enabled": false,
"secrets": "TELEGRAM_KEY",
"chat_id": [],
"key": ""
},
"mail": {
"enabled": false,
"secrets": "MAIL_KEY",
"secrets_receiver": "MAIL_RECEIVER",
"address": "",
"server": "",
"from": "",
"receiver": "",
"key": ""
}
},
"keywords": {
"exclude": [
"招聘", "招生", "开班", "报名", "双非", "倒计时", "圆满", "抽奖",
"好礼", "福利", "领取", "火热", "热烈", "欢迎", "美女",
"喜报", "喜讯", "惊喜", "恭喜", "签约", "快乐", "颜值",
"新冠", "疫情", "疫苗", "核酸",
"月薪", "年薪"
]
},
"AISummary": {
"enabled": false,
"wechat": {
"enabled": false,
"secrets_corpid": "WECOM_CORPID",
"secrets_corpsecret": "WECOM_CORPSECRET",
"secrets_agentid": "WECOM_AGENTID",
"corpid": "",
"corpsecret": "",
"agentid": ""
},
"dingtalk": {
"enabled": false,
"secrets_access_token": "DINGTALK_ACCESS_TOKEN",
"secrets_secret": "DINGTALK_SECRET",
"access_token": "",
"secret": ""
}
}
}