ucarno / ow-league-tokens

Bot that farms Overwatch League tokens by pretending you watch league streams
https://discord.gg/kkq2XY4cJM
193 stars 24 forks source link

Dockerize? #3

Closed probablypablito closed 2 years ago

probablypablito commented 2 years ago

I don't know if you're willing to do this, but it would be super useful

probablypablito commented 2 years ago

I kinda did it myself by hardcoding my account id into the Dockerfile. It's not ideal and it should be a value that could be set in the environment variables but it works ¯_(ツ)_/¯

I attached the Dockerfile below if anyone wants it. Just put it in the same directory as main.py, edit the id(s) in the file, and do sudo docker build -t ow-league-tokens . Then run it with sudo docker run ow-league-tokens

Remember to remove the txt extension from the file! Dockerfile.txt

probablypablito commented 2 years ago

Made a pull request with proper support

ucarno commented 2 years ago

Merged!