CodingGarden / twitch-team-shoutout-bot

A bot that detects when a team member has entered the twitch chat and sends a shout out message.
10 stars 3 forks source link

Containerized version? #4

Open GForceWeb opened 3 years ago

GForceWeb commented 3 years ago

Hey, love the work you've done on this little bot. Exactly what I was looking for and much better features/documentation than a few other bots I tried to get working.

My only feature request would be a docker containerized version I could just set and forget on my server instead of having to start the script on my streaming machine before each stream.

If that's not something that's in your wheelhouse I'll probably end up fumbling around and working it out myself... I use a lot of docker containers, I just haven't set one up myself before.

w3cj commented 2 years ago

Added a Dockerfile: https://github.com/CodingGarden/twitch-team-shoutout-bot#running-with-docker

Let me know if this works for you.