Golang telegrambot for the rpi-radio-alarm-go
The telegrambot expects to have a config files with the following structure
# rpi_telegrambot_config.yaml
bot_token: "TESTTOKEN"
allowed_users:
- USERID
# rpi_telegrambot_helper_config.yaml
helper_type: "api" # has to be one of "api", "storage"
alarm_url: "localhost:8000"
extra_header: ""
extra_header_value: ""