-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
62 lines (55 loc) · 1.21 KB
/
config.yaml
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
### Currently the version is fixed to 1.1
version: 1.1
notifiers:
### Custom API server
# Send an HTTP POST form to <api_url>,
# which contains "title", "body" and "url".
##
- type: custom
api_url: "http://localhost:8080/"
### Telegram bot
# Authencate a telegram bot with <api_key>
# to send messages to <chats>.
##
- type: tgbot
api_key: "123456:foobar"
chats:
- "114514"
- "-1919810"
### Work Wechat app
# See https://hguandl.com/posts/weibo-watcher-deploy/
##
- type: workwx
corpid: "wx20190501"
agentid: "1000002"
corpsecret: "rhodesisland"
touser: "@all"
### iOS Bark
# Official API server: https://api.day.app
##
- type: bark
tokens:
- "qwertyuiop"
- "asdfghjkl"
### IFTTT Webhook
# See https://maker.ifttt.com/use/demo-page
# (use your API key to replace "demo-page" above)
##
- type: ifttt
webhooks:
- event: "call"
api_key: "amiya"
- event: "sleep"
api_key: "doctor"
watchers:
### Weibo with UID
- type: weibo
# Cookies
sub:
subp:
# debug_url: "http://localhost:8088/weibo"
uid: 6279793937 # @明日方舟Arknights
### Arknights game announcements
- type: akanno
# debug_url: "http://localhost:8088/akanno"
channel: IOS # Currently only iOS is supported.