Self-hosted alternative to one of the big bots managed by big companies…
Go to file
Knut Ahlers bdd47377bc
Add documentation hint
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-12-24 15:47:42 +01:00
.gitignore Use strings array for channel matching 2020-12-24 15:07:20 +01:00
action_ban.go Initial version 2020-12-21 01:33:57 +01:00
action_counter.go Initial version 2020-12-21 01:33:57 +01:00
action_respond.go Initial version 2020-12-21 01:33:57 +01:00
action_timeout.go Initial version 2020-12-21 01:33:57 +01:00
actions.go Initial version 2020-12-21 01:33:57 +01:00
badges.go Initial version 2020-12-21 01:33:57 +01:00
config.go Use strings array for channel matching 2020-12-24 15:07:20 +01:00
Dockerfile Add Dockerfile 2020-12-21 01:54:14 +01:00
events.go Initial version 2020-12-21 01:33:57 +01:00
go.mod Use strings array for channel matching 2020-12-24 15:07:20 +01:00
go.sum Use strings array for channel matching 2020-12-24 15:07:20 +01:00
irc.go Add extra twitch helpers 2020-12-24 13:18:30 +01:00
LICENSE Add META 2020-12-21 01:55:48 +01:00
main.go Join channels on config change 2020-12-21 01:52:10 +01:00
msgformatter.go Sort functions 2020-12-24 15:06:59 +01:00
README.md Add documentation hint 2020-12-24 15:47:42 +01:00
store.go Initial version 2020-12-21 01:33:57 +01:00
timers.go Initial version 2020-12-21 01:33:57 +01:00
twitch.go Add extra twitch helpers 2020-12-24 13:18:30 +01:00

Go Report Card

Luzifer / twitch-bot

Twitch-Bot is intended as an alternative to having a bot managed by Streamlabs or Streamelements and therefore having more control over it, the availability and how it works.

At the moment it is a work-in-progress and does not yet implment all features it shall in the future.

Configuration

Please see the Wiki for documentation of the configuration file.

# twitch-bot --help
Usage of twitch-bot:
  -c, --config string          Location of configuration file (default "./config.yaml")
      --log-level string       Log level (debug, info, warn, error, fatal) (default "info")
      --storage-file string    Where to store the data (default "./storage.json.gz")
      --twitch-client string   Client ID to act as
      --twitch-token string    OAuth token valid for client
      --version                Prints current version and exits