forked from pawliczka/LuxmedSniper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluxmedSniper.yaml
26 lines (26 loc) · 1.37 KB
/
luxmedSniper.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
luxmed:
email: EMAIL
password: PASSWORD
luxmedsniper: # mandatory mandatory
doctor_locator_id: 5*4430*-1*-1 # (cityId, serviceVariantId, facilitiesIds, doctorsIds) -1 means any.
# You can get those ids by reading form data sent to https://portalpacjenta.luxmed.pl/PatientPortal/Reservations/Reservation/PartialSearch
# on https://portalpacjenta.luxmed.pl/PatientPortal/Reservations/Reservation/Search by Chrome dev tools
lookup_time_days: 14 # How many days from now should script look at.
notification_provider: # slack, pushover, pushbullet, gi, telegram
- slack
pushover:
user_key: # Your pushover.net user key
api_token: # pushover.net App API Token
message_template: "New visit! {AppointmentDate} at {ClinicPublicName} - {DoctorName}"
title: "New Lux Med visit available!" # Pushover message topic
slack:
api_token: # Your slack application token
channel: # notification channel
message_template: "New visit! {AppointmentDate} at {ClinicPublicName} - {DoctorName}"
pushbullet:
access_token: # Your pushbullet access token
telegram:
tele_conf_path: # Your telegram_send config file path
message_template: "New visit! {AppointmentDate} at {ClinicPublicName} - {DoctorName}"
misc:
notifydb: ./surgeon_data # State file used to remember which notifications have been sent already