gottagofaster236 / Twitch-Channel-Points-Miner

A simple script that will watch a stream for you and get the channel points
GNU General Public License v3.0
146 stars 46 forks source link

Automating Login #25

Closed BoraxTheClean closed 3 years ago

BoraxTheClean commented 3 years ago

Hello Maintainers-

Do you know if it is against TOS (or other laws) to automate Twitch logins? I was wanting to host this solution on AWS Lambda and remove the need to have it running on a thread on a machine I have direct access to.

Before I go further down this rabbit hole, I'd like to know if you had tried to automate logins or have any advice on the matter.

Thanks for making this cool project!

Best, Owen

gottagofaster236 commented 3 years ago

Hey, this whole repository is against the TOS (as it uses undocumented APIs). When you login, your login information is saved in a "twitch-cookies.pkl" file. You can copy it to another location so that you don't have to login again.

gottagofaster236 commented 3 years ago

Did I answer your question? Should we close the issue?

BoraxTheClean commented 3 years ago

Yep, thanks for the advice @gottagofaster236!

gottagofaster236 commented 3 years ago

You're welcome!