Sign inSign up

minnced/strumbot

By minnced

Updated over 3 years ago

Twitch Stream Notification Bot. Sends webhook messages in your discord server.

Image
1

3.0K

minnced/strumbot repository overview

  1. Open a terminal in the directory of your choice (which includes the config.json!)
  2. Pull the image with docker pull minnced/strumbot:%VERSION% (Replace %VERSION% with the version here: latest release)
  3. Change the configuration in config.json
  4. Create and start a container with this command:
    docker run -d \
      -v ./config.json:/etc/strumbot/config.json \
      --name strumbot \
      --restart unless-stopped \
      minnced/strumbot:%VERSION%
    

More information and the source code can be found on github at https://github.com/MinnDevelopment/strumbot

Tag summary

Content type

Image

Digest

sha256:2f64c8fe1

Size

75.3 MB

Last updated

over 3 years ago

docker pull minnced/strumbot:1.3.6