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

Suggestion: Docker support #63

Open lansman opened 1 year ago

lansman commented 1 year ago

I used to run this program inside Docker container on my Synology NAS. Not sure is Chrome available there, so i'd like to continue run it inside Docker installing all it needs by its own.

Could you bring back Docker support please?

ucarno commented 1 year ago

Made Docker work, but couldn't make Chrome profiles reusable. Also, I am sure that Google will log you out if you copy your profiles over.

One of options is to automate signing into Google account using raw username/password, but Google may ask for SMS verification then, and this scenario should be handled.

bennyd87708 commented 1 year ago

One of options is to automate signing into Google account using raw username/password

Just in case it might be helpful, I know that this project https://github.com/3kh0/bing-rewards does precisely that to automate logging in to a microsoft account on each run rather than requiring GUI or storing profiles, so might be worth looking at