Thomas

Results 41 comments of Thomas

> This user wants the same feature of https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/254, but for Discord Maybe what could be done is support webhooks in general. Like that quite some services could be integrated...

For the PubSub topic I came to the same conclusion a month ago. It's probably the right direction. However I wasn't able to capture any packets. As this action is...

I can't really say much, maybe, maybe not. But this seems to be similar to what twitch do with other endpoints. Can give a shot at it in a branch...

Though the format of the json payload from the GQL is probably different. I don't think there's a message field. You can see examples of other messages from twitch: https://github.com/RakSrinaNa/ChannelPointsMiner/tree/main/miner/src/test/resources/api/gql

My bad for the above link. What Twitch send us is through the WS (PubSub) not GQL. So it'd be more like those: https://github.com/RakSrinaNa/ChannelPointsMiner/tree/main/miner/src/test/resources/api/ws So it'd be more like the...

~~Can you share the URL of the JS page ? I'd be curious to inspect it too.~~ Seems to be in features.chat.components.chat-command-handlers.component-8c9fbcdf482be806bb8a.js Other things to note from the JS: *...

What a man 👏 You've done quite a lot for this, respect. I'm curious, can you give a list of streamers that "frequently create Moments" so that it'll be easier...

With logs it'll be easier

You should have a log file created. Otherwise start the script from the terminal like written in the readme instead of double-clicking the file.

Maybe it's better putting a warning stating that other dependencies may be required and that people have to check these vendors what are the installation steps. This isn't really the...