Skip to content

frozenfoxx/twitchandtear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitchandtear

Actions Status

Twitch integration for Zandronum.

Docker Hub: https://hub.docker.com/r/frozenfoxx/twitchandtear

Features

  • First person follow spectate
  • Chatbot commands to switch character spectating

Planned:

  • Send messages from the chat to the server
  • Launch scripts via RCON if the server supports it

Twitch Commands

  • !nextplayer: spectate the next player
  • !prevplayer: spectate the previous player

Requirements

Usage

Docker

docker run -it --rm \
  -v /path/to/wads:/wads \
  -e CHANNELS="[space delimited list of channels to connect to]" \
  -e CLIENT_ID="[Twitch bot client id]" \
  -e CLIENT_SECRET="[Twitch bot client secret"] \
  -e OAUTH_TOKEN="[Twitch bot Oauth token]" \
  -e STREAM_KEY="[Twitch Stream Key]" \
  -e TARGET_HOST="[Zandronum host]" \
  frozenfoxx/twitchandtear:latest
  • CHANNELS: Twitch channels to connect to.
  • CLIENT_ID: a Twitch application Client ID.
  • CLIENT_SECRET: a Twitch application Client Secret.
  • OAUTH_TOKEN: a Twitch stream Oauth 2 token.
  • STREAM_KEY: a Twitch stream key.
  • TARGET_HOST: Zandronum host to connect to.

About

Twitch integration for Zandronum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages