https://github.com/zmoog/go-bender
Discord bot for home automation and personal assistant
https://github.com/zmoog/go-bender
Last synced: 10 months ago
JSON representation
Discord bot for home automation and personal assistant
- Host: GitHub
- URL: https://github.com/zmoog/go-bender
- Owner: zmoog
- License: apache-2.0
- Created: 2024-03-22T23:41:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T03:50:43.000Z (10 months ago)
- Last Synced: 2025-09-04T05:50:34.438Z (10 months ago)
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-bender
## how to run
### requirements
- set the `DISCORD_TOKEN` environment variable
```shell
export DISCORD_TOKEN=""
```
### locally
```shell
$ make run-local
go run app/services/bender-bot/main.go | go run app/tooling/logfmt/main.go
bender: 2024-06-01T07:27:44.733+0200: bender-bot/main.go:28: info: 00000000-0000-0000-0000-000000000000: Starting bot
bender: 2024-06-01T07:27:45.791+0200: bot/bot.go:49: info: 00000000-0000-0000-0000-000000000000: Bot is now running. Press CTRL-C to exit.
```
### on k8s
1. start a kind cluster