Self-hosted alternative to one of the big bots managed by big companies…
Go to file
Knut Ahlers cc8160ec67
Fix: Allow templating to read user input
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-03-06 01:42:40 +01:00
wiki Fix: Allow templating to read user input 2021-03-06 01:42:40 +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 Add command action to execute arbitrary logic 2021-01-10 22:15:57 +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
badges.go Initial version 2020-12-21 01:33:57 +01:00
config.go Fix: Allow templating to read user input 2021-03-06 01:42:40 +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 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 Make join events available to handlers 2021-02-13 15:12:20 +01:00
LICENSE Add META 2020-12-21 01:55:48 +01:00
main.go Add command action to execute arbitrary logic 2021-01-10 22:15:57 +01:00
Makefile Add make targets for wiki updates 2020-12-26 01:35:20 +01:00
msgformatter.go Add followDate function 2021-01-21 00:35:42 +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 Improve timer entries 2021-01-24 01:46:40 +01:00
twitch.go Add followDate function 2021-01-21 00:35:42 +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