-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.config.yml
46 lines (40 loc) · 1.33 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
41
42
43
44
45
46
# Modify for your needs, should be an array of objects with a friendly label of what's 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 trigger rules
rules:
-
type: after
param: PT48H # At least 48h notice, uses PHP DateInterval construct. See: https://www.php.net/manual/en/dateinterval.construct.php
-
type: before_date
param: '2025-04-09 23:59:59' # Before Easter break
-
type: after_date
param: '2025-04-28 00:00:00' # After Easter break