ThekendienstBot/cfg/config_template.json
Guilherme Bufolo b4a888ca1f Working version
Allows to query the Thekendienst calendar and report empty slots
to telegram.
2024-08-21 01:28:43 +02:00

22 lines
1.1 KiB
JSON

{
"teamup_api_key": "",
"calendar_id": "ksp4hsa93c1nt5kmym",
"telegram_bot_token": "",
"telegram_channels": [{"name": "ThekendienstBotTest", "id": -4558981107}],
"subcalendars_to_check": ["flexibler Thekendienst", "regelmäßiger Thekendienst"],
"timezone": "Europe/Berlin",
"header": "Es gibt noch offene Thekendienste für diese Woche\\!\nWer kann bitte im [Kalender](https://teamup.com/ksp4hsa93c1nt5kmym) eintragen und im 'HOBBYHIMMEL Thekenhelden' chat melden\\.\n\n",
"footer": "\\- Der freundliche Theckendiensterinnerungsbot",
"no_open_slots": "Juhu\\! Diese Woche gibt es keine offenen Slots\\!",
"appointment_motivator": "Da mache ich Theke\\.",
"time_slots": {
"Monday": {"start": "17:00", "end": "22:00"},
"Tuesday": {"start": "17:00", "end": "22:00"},
"Wednesday": {"start": "17:00", "end": "22:00"},
"Thursday": {"start": "17:00", "end": "22:00"},
"Friday": {"start": "15:00", "end": "22:00"},
"Saturday": {"start": "12:00", "end": "22:00"},
"Sunday": {"start": "12:00", "end": "20:00"}
}
}