-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.example.json
54 lines (54 loc) · 1.23 KB
/
config.example.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
49
50
51
52
53
54
{
"version": "0.0.6",
"log": true,
"proxyServer": "127.0.0.1:1080",
"cycle": 60000,
"errorResendCycle": 30000,
"rssProxy": true,
"msgCache": 50,
"fileCache": 15,
"downloadTimeout": 30,
"maximumSend": 5,
"maximumDownload": 30,
"targetServer": [
["ski", "127.0.0.1:8081", "skiqsend"]
],
"filter": ["广告", "购物"],
"subscription": [{
"rssServer": "http://127.0.0.1:1200",
"routing": "twitter/user/ski_little",
"filter": [],
"send": [{
"targetServerClass": "ski",
"printErrorUrl": true,
"Retweet": true,
"ErrorResend": true,
"class": "00000000000000000",
"channel": "1234567",
"token":"A8597E5630FFE8A6531B"
}]
}, {
"rssServer": "http://127.0.0.1:1200",
"routing": "bilibili/user/dynamic/144630821",
"send": [{
"targetServerClass": "ski",
"printErrorUrl": true,
"Retweet": true,
"ErrorResend": true,
"class": "00000000000000000",
"channel": "1234567"
}]
}, {
"rssServer": "http://127.0.0.1:1200",
"routing": "tieba/forum/请问您今天要来点兔子吗?filterout=老婆",
"numberCoded": true,
"send": [{
"targetServerClass": "ski",
"printErrorUrl": true,
"Retweet": true,
"ErrorResend": true,
"class": "00000000000000000",
"channel": "1234567"
}]
}]
}