-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.config.yml
40 lines (34 loc) · 1.14 KB
/
example.config.yml
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
# Modify for your needs, should be a array of objects with a friendly label of whats notified and the URL to scrape
sites:
-
label: Vaterschaftsanerkennung
type: berlin_service
params:
url: https://service.berlin.de/terminvereinbarung/termin/tag.php?termin=1&dienstleister=122900&anliegen[]=318991&herkunft=1
-
label: Geburtsurkunde
type: berlin_service
params:
url: https://service.berlin.de/terminvereinbarung/termin/tag.php?termin=1&dienstleister=122900&anliegen[]=318957&herkunft=1
# Set true to allow multiple notifications for the same appointment instead of just the first
allow_multiple_notifications: false
# Configure for ntfy support
ntfy:
server: ~ # Leave blank to use default https://ntfy.sh
topic: ~
# Configure for pushbullet support
pushbullet:
api_token: ~
# Configure for telegram support
telegram:
api_key: ~
chat_id: ~
# Logger configuration
logger:
level: info
log_to_file: false # If true will log to file as well as stdout
# Configure rules
rules:
-
type: after
param: PT24H # Uses PHP DateInterval construct. See: https://www.php.net/manual/en/dateinterval.construct.php