Self-hosted alternative to one of the big bots managed by big companies…
Go to file
Knut Ahlers 8b575f7771
Fix: Concurrent access to map panic
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-04-01 12:28:51 +02:00
wiki Add documentation for auto_messages 2021-03-27 18:06:44 +01:00
.gitignore Remove wiki from gitignore for subtree addition 2020-12-26 01:33:35 +01:00
action_ban.go Simplify function definitions 2020-12-25 19:31:07 +01:00
action_counter.go Fix: Allow templating to read user input 2021-03-06 01:42:40 +01:00
action_delete.go Add delete action for single message 2020-12-27 14:42:51 +01:00
action_respond.go Allow templating in respond_fallback 2021-01-21 01:13:09 +01:00
action_script.go Support arguments in commands 2021-03-13 23:39:35 +01:00
action_timeout.go Simplify function definitions 2020-12-25 19:31:07 +01:00
actions.go Improve timer entries 2021-01-24 01:46:40 +01:00
automessage.go Fix all timers spamming on stream-start 2021-03-27 20:08:21 +01:00
badges.go Initial version 2020-12-21 01:33:57 +01:00
config.go Move rule to own source file 2021-03-27 18:00:56 +01:00
Dockerfile Also add bash for script support 2021-01-10 23:11:59 +01:00
events.go Make join events available to handlers 2021-02-13 15:12:20 +01:00
go.mod Add automated messages (#2) 2021-03-27 17:59:56 +01:00
go.sum Add automated messages (#2) 2021-03-27 17:59:56 +01:00
irc.go Fix: Log channel in debug / trace messages 2021-03-31 23:16:23 +02:00
LICENSE Add META 2020-12-21 01:55:48 +01:00
main.go Add automated messages (#2) 2021-03-27 17:59:56 +01:00
Makefile Add make targets for wiki updates 2020-12-26 01:35:20 +01:00
msgformatter.go Fix: Do not copy reference but map content 2021-03-21 14:43:26 +01:00
README.md Add documentation hint 2020-12-24 15:47:42 +01:00
rule.go Fix: Add missing file 2021-03-27 18:25:23 +01:00
store.go Initial version 2020-12-21 01:33:57 +01:00
timers.go Improve timer entries 2021-01-24 01:46:40 +01:00
twitch.go Fix: Concurrent access to map panic 2021-04-01 12:28:51 +02:00
twitchAPICache.go Fix: Concurrent access to map panic 2021-04-01 12:28:51 +02: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