mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
Self-hosted alternative to one of the big bots managed by big companies…
|
||
---|---|---|
wiki | ||
.gitignore | ||
action_ban.go | ||
action_counter.go | ||
action_respond.go | ||
action_timeout.go | ||
actions.go | ||
badges.go | ||
config.go | ||
Dockerfile | ||
events.go | ||
go.mod | ||
go.sum | ||
irc.go | ||
LICENSE | ||
main.go | ||
Makefile | ||
msgformatter.go | ||
README.md | ||
store.go | ||
timers.go | ||
twitch.go |
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