Files
ThekendienstBot/cfg/base_config.json
T
Guilherme Bufolo 8adceb96ac Working version
Allows to query the Thekendienst calendar and report empty slots
to telegram.
2024-08-20 23:33:41 +02:00

22 lines
1.2 KiB
JSON

{
"teamup_api_key": "32347dd74f9af2a236afe63f722b89dd7c5b990f668ff46d30612e5a64da6d07",
"calendar_id": "ksp4hsa93c1nt5kmym",
"telegram_bot_token": "7217658954:AAHs_QCSS53vg_H_-I4OdkPf8_txDeDi9nw",
"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"}
}
}