Replies: 2 comments 3 replies
-
It uses the Android TV client id which does not require generating special tokens when requesting the integrity endpoint. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Check the And the And constants. That's pretty much all that you need.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a user of, and trying to fix up, https://github.com/TychoTheTaco/Twitch-Drops-Bot
I was wondering if you could share how you're handling integrity checks for claiming bonus channel points?
Currently, the bot just runs a stream in puppeteer and clicks on the button when it appears, but this fails the integrity check. It also looks like the GQL call, a real browser makes, has a unique ID for the claim. Are you generating this ID yourself?
I'm hoping insight into how to claim channel points could lead to fixing claiming Twitch Drops again.
Any insight is apperciated!
Beta Was this translation helpful? Give feedback.
All reactions