Skip to content

thedrhax-dockerfiles/chatterino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chatterino in Docker

This image contains a compiled version of Chatterino Twitch chat client. The main purpose of this image is to collect chat logs from multiple channels at the same time.

Example

The command listed below will save chat logs of channels channel1 and channel2 into volume named logs.

docker run --rm -v logs:/logs -e TZ="Europe/Moscow" -e CHANNELS="channel1 channel2" thedrhax/chatterino

About

Chatterino 2 Twitch chat client in Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published