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
143 stars 45 forks source link

WebDriver-less approach to receiving channel points #4

Closed ctlaltdefeat closed 3 years ago

ctlaltdefeat commented 3 years ago

It could be cool to try to isolate what exactly causes channel points to be received, so that one can mine them by communicating with the appropriate servers without using the heavy webdriver. I tried playing around with it a bit but I haven't been able to narrow it down. Is it actually downloading the stream segments, something to do with the gql API, something to do with the pubsub WS, or all of the above?

gottagofaster236 commented 3 years ago

Hey, I actually was doing that for the past few weeks (and succeeded in that), the only thing left is login. I'm gonna commit it here when I'll finish 😁

ctlaltdefeat commented 3 years ago

Nice! I guess we'll close this issue when it's committed.

gottagofaster236 commented 3 years ago

Okay, I've commited it, the only unimplemented part for now is raid following.