bb4L / rpi-radio-alarm-telegrambot-go

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Go 92.8%Language:Dockerfile 7.2%