forked from WojtekK78/parkanizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.template
41 lines (37 loc) · 1.38 KB
/
config.ini.template
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
[login]
# Parkanizer data
parkanizer_user = [email protected]
parkanizer_pass = PASSWORD
[notifications]
# General notification config
# Notify/Remind via mail on this date when you have booking
notify_reminder_gmail = True
# Notify/Remind via pushover on this date when you have booking
notify_reminder_pushover = False
# Notify via mail upon succesfull booking just after booking
notify_booking_outcome_gmail = True
# Notify via pushover upon succesfull booking just after booking
notify_booking_outcome_pushover = False
[pushover]
# Pushover notification config
# Set to True if you want pushover notifications
pushover_notify_enabled = False
pushover_token = PUSHOVER_TOKEN
pushover_user = PUSHOVER_USER
pushover_device = PUSHOVER_DEVICE
[gmail]
# Gmail notification config
# Set to True if you want gmail notifications
gmail_notify_enabled = True
# Gmail loign user
gmail_user = [email protected]
# Gmail App password generated via https://support.google.com/accounts/answer/185833?p=InvalidSecondFactor&visit_id=637703152923445832-3140806609&rd=1
gmail_password = GMAIL_PASS
# notification recepient email
gmail_to = [email protected]
[booking]
# define spots that are OK for you size wise, separate by comma
Whitelist = 1.007,9.999,0.666
# Define days for which to book parking spots where Monday =1, Sunday =7, separate by comma
# Mon, Tue, Wed, Thu
BookForWeekDay = 1,2,3,4