/rpi-radio-alarm-telegrambot-go

Golang telegrambot for the rpi-radio-alarm-go (https://github.com/bb4L/rpi-radio-alarm-go)

Primary LanguageGoGNU General Public License v3.0GPL-3.0

rpi-radio-alarm-telegrambot-go

GitHub go.mod Go version GitHub release (latest by date) Go Reference GitHub GitHub Release Date GitHub last commit Go Report Card GitHub issues Lines of code CI

Golang telegrambot for the rpi-radio-alarm-go

configuration

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: ""

License

GPLv3