rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.19k stars 347 forks source link

Create Docker Container #9

Closed rvst1104 closed 1 year ago

rvst1104 commented 1 year ago

Do you consider creating a runnable Docker container as currently from my understanding there is no way to run this in a Docker container.

rdavydov commented 1 year ago

Try this instruction:

Building the Docker image

Once in releases, download the .zip file, and unzip it. Go to the folder and enter this command: docker build -t twitchbot:experimental . Make sure to copy the . at the end, this will build the image for you. Thx to @NoxRare for the info.

rdavydov commented 1 year ago

I'll think about creating and maintaining my public Docker container, but no promises, because Docker is an uncharted territory for me. ;)

rvst1104 commented 1 year ago

Will give it a try when I have some free time left. Thanks for the quick reply!

rvst1104 commented 1 year ago

I'll think about creating and maintaining my public Docker container, but no promises, because Docker is an uncharted territory for me. ;)

Would love to see that 😀

rdavydov commented 1 year ago

https://hub.docker.com/r/rdavidoff/twitch-channel-points-miner-v2