Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.72 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.72 KB

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