Tkd-Alex / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.2k stars 649 forks source link

Doesn't get points for raids and bonuses. #592

Open LeoAlt8 opened 1 year ago

LeoAlt8 commented 1 year ago

Doesn't get points for raids and bonuses. There is a notice about bonuses and a raid. But it doesn't take points.

2022-09-13

nauit commented 1 year ago

i am also running into this issue, seems the bot tires to redeem the bonus box but never does

rdavydov commented 1 year ago

Can confirm this issue. Restarted the miner, but still no more CLAIM points.

healpear commented 1 year ago

Can Confirm sees the points and bonuses cant claim. also tries to place points for predictions but cant.

ColinShark commented 1 year ago

As additional info, manually pressing the Claim button on-stream, the CLAIM message immediately appears on the log. Would make me guess that Twitch edited the request sent by clicking it and now the miner doesn't send the right signal anymore?

healpear commented 1 year ago

Add to what you said it sees the prediction and goes through with trying to make a prediction in the logs it says place X amount of points but actually doesnt. so it appears to be working when you view logs but never actually places the bet.

Rakambda commented 1 year ago

I don't know if it can help, but on my version of the project I don't have the issue. And I made no changes to the requests being made, so to me it seems unlikely to be a change from Twitch.

kenx00x commented 1 year ago

same isssue

jeppz commented 1 year ago

Have the same issue, Debug logging returns this type of error on both raid and claim

Data: {'operationName': 'JoinRaid', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'c6a332a86d1087fbbb1a8623aa01bd1313d2386e7c63be60fdb2d1901f01a4ae'}}, 'variables': {'input': {'raidID': '85f4eb30-xxxxx'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":2,"operationName":"JoinRaid","requestID":"01GCWYxxxxx"}}

Rakambda commented 1 year ago

Some days ago I had that issue for a few hours and then it was gone.

LeoAlt8 commented 1 year ago

I don't know if it can help, but on my version of the project I don't have the issue. And I made no changes to the requests being made, so to me it seems unlikely to be a change from Twitch.

Yesterday I tried to run your project for several hours. (On a new Ubuntu VM). So nothing happened. Your project lacks detailed instructions with screenshots or videos for lamers. How to install, what to install, how to configure, where to configure. Not all users are programmers or work with IT systems.

Rakambda commented 1 year ago

I don't know if it can help, but on my version of the project I don't have the issue. And I made no changes to the requests being made, so to me it seems unlikely to be a change from Twitch.

Yesterday I tried to run your project for several hours. (On a new Ubuntu VM). So nothing happened. Your project lacks detailed instructions with screenshots or videos for lamers. How to install, what to install, how to configure, where to configure. Not all users are programmers or work with IT systems.

I know. I'm not trying to promote my project here. For sure it is less oriented for "lambda" people and it's a choice I made.

Just saying what I observe on my end. Being the fact that I don't have that issue right now, so a Twitch Api change seems unlikely.

avatar1618 commented 1 year ago

Same problem. +50 claim bonuses have not been taken for a day already. This also does not work in the first version of Twitch-Channel-Points-Miner. image image

rdavydov commented 1 year ago

Seems like sha256Hash for ClaimCommunityPoints is the same (46aaee..3d0), but why does twitch return the integrity check error? 🤔 Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"}

moudaz commented 1 year ago

+1. Has been like this for 2 days. Like the others I see "failed integrity check" in the logs. Somethings I tried:

Rakambda commented 1 year ago

Some days ago I had that issue for a few hours and then it was gone.

That was a Twitch issue where you couldn't even claim the bonus on the website. That's not the same thing that's happening now. You can claim it manually on the site and it does show up in the script when you do.

The issue you're referring to was like 2 weeks ago and yeah the box wasn't showing up at all. Though yesterday I had the same failed integrity check error and it went away by it self. Lasted from 2022-13-09 00:20:00 to 02:45:00 CET. image

stan60250 commented 1 year ago

Twitch now need "Integrity token" when you call the GraphQL API twitch

What is "Integrity": https://github.com/mauricew/twitch-graphql-api#integrity

You can generate the token like this: https://github.com/Kappador/twitch-integrity/blob/master/index.js

BarkerB commented 1 year ago

Can confirm I've been hitting the same issue the past day or two. Based on the information posted above, it seems like the solution would be to update the miner to send a POST with an empty body during startup of the application to get an integrity token, and then use that on all subsequent requests?

Reactiveee commented 1 year ago

Twitch now need "Integrity token" when you call the GraphQL API twitch

What is "Integrity": https://github.com/mauricew/twitch-graphql-api#integrity

You can generate the token like this: https://github.com/Kappador/twitch-integrity/blob/master/index.js

how to do it? i dont get it. This prog(twitch-miner) is on python, but yours is on JS. I am not a programmer

Rakambda commented 1 year ago

Also it needs to be renewed regularly, so not just at startup.

LeoAlt8 commented 1 year ago

Apparently, mere mortals were left without a tool. 😭

admiralflapjack commented 1 year ago

+1 to this thread, noticed last night bonuses stopped being claimed automatically.

GMPerfectZ commented 1 year ago

Downloaded the files yesterday and today don't claim the rewards, maybe I brought some bad luck. Also, why is only Mining in the 2 first twitch channels? I put 3 and I'm just receiving from 2 of them.

zhenyamega commented 1 year ago

@GMPerfectZ https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2#limits

GMPerfectZ commented 1 year ago

@GMPerfectZ https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2#limits

ty. I did remember reading that.

BRIGADA commented 1 year ago

I added a /integrity request at startup and setting the appropriate header - that didn't solve the problem. It seems that in addition to Client-Integrity, the Client-Session-Id, Client-Version and X-Device-Id headers are also needed, but where to get the values for them is not clear.

cin3m commented 1 year ago

I added a /integrity request at startup and setting the appropriate header - that didn't solve the problem. It seems that in addition to Client-Integrity, the Client-Session-Id, Client-Version and X-Device-Id headers are also needed, but where to get the values for them is not clear.

Hello @BRIGADA,

little fun fact on that side: those values can be randomly generated. function clientSessionID() { return "xxxxxxxxxxxxxxxx".replace(/[xy]/g, (function(e) { var t = 16 * Math.random() | 0; return ("x" === e ? t : 3 & t | 8).toString(16) })) } function clientVersion() { return "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".replace(/[xy]/g, (function(e) { var t = 16 * Math.random() | 0; return ("x" === e ? t : 3 & t | 8).toString(16) })) } function xDeviceID() { return "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".replace(/[xy]/g, (function(e) { var t = 16 * Math.random() | 0; return ("x" === e ? t : 3 & t | 8).toString(16) })) } function clientID() { return "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".replace(/[xy]/g, (function(e) { var t = 16 * Math.random() | 0; return ("x" === e ? t : 3 & t | 8).toString(16) })) }

I added some code from my javascript to redeem the channel point rewards. With the addition of the token for the client integrity I was able to redeem the rewards again. I noticed that the same integrity token can be used multiple times.

Hope this helps everyone :)

Kind Regards

Cin3m

bossoq commented 1 year ago

Feel free to test my PR #594 to fix this issue.

Cheers 🎉

bsdanu commented 1 year ago

anyone from developer/moderator end, can make a tutorial (if video possible) for the nerds or non coders like us to fix this docker/integrity check error so that we can claim bonus and other points.

bossoq commented 1 year ago

anyone from developer/moderator end, can make a tutorial (if video) for the nerds or non coders like us to fix this docker/integrity check error so that we can claim bonus and other points.

For workaround, If you use docker-compose method:

version: "3.9"

services:
  miner:
    image: ghcr.io/bossoq/twitch-channel-points-miner-v2
    stdin_open: true
    tty: true
    environment:
      - TERM=xterm-256color
    volumes:
      - ./analytics:/usr/src/app/analytics
      - ./cookies:/usr/src/app/cookies
      - ./logs:/usr/src/app/logs
      - ./run.py:/usr/src/app/run.py:ro
    ports:
      - "5000:5000"

If you use docker run method:

docker run \
    -v $(pwd)/analytics:/usr/src/app/analytics \
    -v $(pwd)/cookies:/usr/src/app/cookies \
    -v $(pwd)/logs:/usr/src/app/logs \
    -v $(pwd)/run.py:/usr/src/app/run.py:ro \
    -p 5000:5000 \
    ghcr.io/bossoq/twitch-channel-points-miner-v2

This will pull patched docker image from my repository.

Screen Shot 2565-09-15 at 16 53 30
bsdanu commented 1 year ago

I am non programmer newbie, thats why i am asking for tutorial. how to use use docker-compose or docker run method? I had simply downloaded and was using Twitch Channel Points Miner v2 by Tkd Alex on Windows 11, thats all. nothing i know more

healpear commented 1 year ago

Feel free to test my PR #594 to fix this issue.

Cheers 🎉

Using Non Docker Methods so far can confirm this is working (Claiming Points) havent gotten to test to see if predictions are going through

EDIT: predictions are working.

bsdanu commented 1 year ago

Running non docker methods can confirm its claiming points

Feel free to test my PR #594 to fix this issue. Cheers 🎉

Using Non Docker Methods so far can confirm this is working (Claiming Points) havent gotten to test to see if predictions are going through

But how? Everyone are saying check this method that method but how thats why i am asking for a tutorial. take me as a 10 year boy what should i have to do? should i copy your files and overwrite on Twitch-Channel-Points-Miner-v2 directory... I am confused. if u dont bother please tell me a small tutorial step by step

bossoq commented 1 year ago

Running non docker methods can confirm its claiming points

Feel free to test my PR #594 to fix this issue. Cheers 🎉

Using Non Docker Methods so far can confirm this is working (Claiming Points) havent gotten to test to see if predictions are going through

But how? Everyone are saying check this method that method but how thats why i am asking for a tutorial. take me a 10 year boy what should i have to do? should i copy your files and overwrite on Twitch-Channel-Points-Miner-v2 directory... I am confused. if u dont bother please tell me a small tutorial step by step

So you run it using Python on your system? Then, download release files from here Release and run it the same way you had run it before.

bsdanu commented 1 year ago

ok let me check yes it worked. thanks a lot one last question, can i mine/standby more than two channel with this fix

rdavydov commented 1 year ago

ok let me check yes its worked. thanks a lot one last question, can i mine/standby more then two channel with this fix

Twitch has a limit - you can't watch more than two channels at one time. There is no fix for this limit as it is on the Twitch's side.

bsdanu commented 1 year ago

ok let me check yes its worked. thanks a lot one last question, can i mine/standby more then two channel with this fix

Twitch has a limit - you can't watch more than two channels at one time. There is no fix for this limit as it is on the Twitch's side.

Ok thanks for informing. NO FIX

LeoAlt8 commented 1 year ago

@bossoq , Thank you so much! Works! Thanks!!! 💜

cjonsson97 commented 1 year ago

Running non docker methods can confirm its claiming points

Feel free to test my PR #594 to fix this issue. Cheers 🎉

Using Non Docker Methods so far can confirm this is working (Claiming Points) havent gotten to test to see if predictions are going through

But how? Everyone are saying check this method that method but how thats why i am asking for a tutorial. take me a 10 year boy what should i have to do? should i copy your files and overwrite on Twitch-Channel-Points-Miner-v2 directory... I am confused. if u dont bother please tell me a small tutorial step by step

So you run it using Python on your system? Then, download release files from here Release and run it the same way you had run it before.

Worked like a charm! Thank you! <3

xBlackZero commented 1 year ago

So you run it using Python on your system? Then, download release files from here Release and run it the same way you had run it before.

Hey, this worked right away :)

TinyHero13 commented 1 year ago

Running non docker methods can confirm its claiming points

Feel free to test my PR #594 to fix this issue. Cheers 🎉

Using Non Docker Methods so far can confirm this is working (Claiming Points) havent gotten to test to see if predictions are going through

But how? Everyone are saying check this method that method but how thats why i am asking for a tutorial. take me a 10 year boy what should i have to do? should i copy your files and overwrite on Twitch-Channel-Points-Miner-v2 directory... I am confused. if u dont bother please tell me a small tutorial step by step

So you run it using Python on your system? Then, download release files from here Release and run it the same way you had run it before.

Hello, I downloaded that and ran the file but my bonus boxes are still not claiming, just this message appears, but without claiming any points:

INFO - [claim_bonus]: 🎁  Claiming the bonus for Streamer
bossoq commented 1 year ago

Hello, I downloaded that and ran the file but my bonus boxes are still not claiming, just this message appears, but without claiming any points:

INFO - [claim_bonus]: 🎁  Claiming the bonus for Streamer

Please attach debug log, so I can investigate the problem

16/09/22 03:40:57 - INFO - TwitchChannelPointsMiner.classes.Twitch - [claim_bonus]: Claiming the bonus for Streamer(username=########, channel_id=########, channel_points=########)!
16/09/22 03:40:58 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '########', 'claimID': '########-####-####-####-############'}}}, Status code: 200, Content: {"data":{"claimCommunityPoints":{"claim":{"id":"########-####-####-####-############","multipliers":[],"pointsEarnedBaseline":50,"pointsEarnedTotal":50,"__typename":"CommunityPointsClaim"},"currentPoints":#######,"error":null,"__typename":"ClaimCommunityPointsPayload"}},"extensions":{"durationMilliseconds":57,"operationName":"ClaimCommunityPoints","requestID":"#############"}}
16/09/22 03:40:58 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: +50 → Streamer(username=########, channel_id=########, channel_points=########) - Reason: CLAIM.
TinyHero13 commented 1 year ago

Hello, I downloaded that and ran the file but my bonus boxes are still not claiming, just this message appears, but without claiming any points:

INFO - [claim_bonus]: 🎁  Claiming the bonus for Streamer

Please attach debug log, so I can investigate the problem

16/09/22 03:40:57 - INFO - TwitchChannelPointsMiner.classes.Twitch - [claim_bonus]: Claiming the bonus for Streamer(username=########, channel_id=########, channel_points=########)!
16/09/22 03:40:58 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '########', 'claimID': '########-####-####-####-############'}}}, Status code: 200, Content: {"data":{"claimCommunityPoints":{"claim":{"id":"########-####-####-####-############","multipliers":[],"pointsEarnedBaseline":50,"pointsEarnedTotal":50,"__typename":"CommunityPointsClaim"},"currentPoints":#######,"error":null,"__typename":"ClaimCommunityPointsPayload"}},"extensions":{"durationMilliseconds":57,"operationName":"ClaimCommunityPoints","requestID":"#############"}}
16/09/22 03:40:58 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: +50 → Streamer(username=########, channel_id=########, channel_points=########) - Reason: CLAIM.

Here's the debug log

16/09/22 10:34:00 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): raw.githubusercontent.com:443
16/09/22 10:34:00 - DEBUG - urllib3.connectionpool - [_make_request]: https://raw.githubusercontent.com:443 "GET /Tkd-Alex/Twitch-Channel-Points-Miner-v2/master/TwitchChannelPointsMiner/__init__.py HTTP/1.1" 200 125
16/09/22 10:34:00 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [run]: Start session: 'bdd3ae7d-2c98-42fc-99f9-730b3d268ba9'
16/09/22 10:34:00 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [run]: Loading data for 1 streamers. Please wait...
16/09/22 10:34:00 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:34:00 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 320
16/09/22 10:34:00 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"BR","__typename":"RequestInfo"},"user":{"id":"137616647","stream":{"id":"41268647067","createdAt":"2022-09-15T05:12:03Z","__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":50,"operationName":"ReportMenuItem","requestID":"01GD3836AJNFXQ4T3H7R3TAKJA"}}
16/09/22 10:34:01 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:34:01 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 None
16/09/22 10:34:01 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ChannelPointsContext', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '9988086babc615a918a1e9a722ff41d98847acac822645209ac7379eecb27152'}}, 'variables': {'channelLogin': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"community":{"id":"137616647","displayName":"hitsquadgodfather","channel":{"id":"137616647","self":{"communityPoints":{"availableClaim":{"id":"683bdedd-49e4-4c42-bb20-9c81676b41cc","__typename":"CommunityPointsClaim"},"__typename":"CommunityPointsProperties","balance":11340,"activeMultipliers":[{"reasonCode":"SUB_T1","factor":0.2,"__typename":"CommunityPointsMultiplier"}],"canRedeemRewardsForFree":false,"lastViewedContent":[{"contentType":"AUTOMATIC_REWARD","lastViewedAt":"2022-09-16T01:28:53.866610503Z","__typename":"CommunityPointsLastViewedContentByType"},{"contentType":"CUSTOM_REWARD","lastViewedAt":"2022-09-16T01:28:53.866610503Z","__typename":"CommunityPointsLastViewedContentByType"}],"userRedemptions":[{"reward":{"id":"04f71f56-fe42-4cd6-b332-6794ec74c90f","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"054b54e6-eae4-49ff-8999-85b4d7ea48b7","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"11856d17-1548-4dff-9007-6aad8c870fbc","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"137d222b-9a12-40f4-b233-fef3470812ff","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"16b796b0-9d17-485b-8502-041b21b2c83e","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"17bf3234-db76-4e05-a5e6-f99786a41362","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"1899f3a7-7243-41a1-8c7b-932a9eda8459","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"1c3195df-da2e-4cac-adad-529839197f45","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"1e4a52a9-7513-4e3d-9009-e9d1f1f41df1","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"1edd865a-67e6-4972-bf78-d66b21694ec3","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"328c4bc5-f8ff-44e2-be7e-a3a0d8137e28","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"403fbf5e-c2fa-4ebd-bb82-e77a1b7cf79f","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"4c8d57a5-043d-41cf-a210-4dcd050136ef","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"53bf084b-288d-4020-b763-8d56e9c0d306","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"58854a8a-8645-4d6f-a05a-aa5ed1fe685c","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"5a20fa3a-fdd6-4d29-8850-a5e1a7bdf2f7","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"5ece2da2-72ad-47a5-bb0a-2120d104395f","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"5f007a0d-d5e8-4c25-a24c-8161ed21391a","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"6519ade2-334a-4714-90e5-58bbde25a336","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"6dcd1b01-2c94-4bda-b15a-551f764e375d","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"733f4db7-226d-4283-8413-c77492232812","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"8b0a8056-a8f7-40be-bab3-7884a429d7d3","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"8dc73612-67bb-4875-aedc-db3533e2c7e6","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"8eaa9803-bdf5-49f0-b480-1ce159104633","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"8fca7710-eb35-4d71-b487-9c5c7e32aff8","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"93705c44-2516-4d20-8e71-35f1d4284780","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"94e43baf-e2a2-4517-8b7f-c31862a82e94","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"96aae2f2-3d41-426b-8b87-8b65259cc584","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"9833ff83-9635-4a07-9f15-7f738d6d63b7","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"a0b65af8-ad13-4cbd-bc08-42698fed767b","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"a891fded-4198-49c5-8d24-30e0e4cdedcf","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"a98c77b2-a52f-4b74-85c3-a066e5e05484","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"b701213a-c8d8-4150-8e4c-e4800936516c","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"b90a0a2f-3a9f-4650-80c5-5b35852747c2","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"c1b77263-d523-42c0-bdeb-96bb16812745","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"c9070e1d-2594-48a9-9ff8-99041055db93","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"d3668f02-f4c3-4e6d-b174-af4f32faac5a","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"d3c9b47a-3ca9-40dd-9b55-be9a780d38d7","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"d52353e4-6c08-4ed7-afce-4194c798741d","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"d56112c1-604d-47b5-8af0-3ecfbadd0c1d","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"e102ed7d-5653-40c8-905d-6d09385c635c","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"f87ed931-a2de-4402-a9e3-2f974db4190e","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"},{"reward":{"id":"fb8c1335-2aa7-45a3-87be-a48b4bb50ba8","__typename":"CommunityPointsCustomReward"},"userRedemptionsCurrentStream":0,"__typename":"CommunityPointsCustomRewardUserRedemption"}]},"__typename":"ChannelSelfEdge"},"__typename":"Channel","communityPointsSettings":{"name":"Da Coinz","image":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/137616647/7214ca81-b6f0-4d47-88cd-f25a98d59305/icon-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/137616647/7214ca81-b6f0-4d47-88cd-f25a98d59305/icon-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/137616647/7214ca81-b6f0-4d47-88cd-f25a98d59305/icon-4.png","__typename":"CommunityPointsImage"},"__typename":"CommunityPointsChannelSettings","automaticRewards":[{"id":"137616647:RANDOM_SUB_EMOTE_UNLOCK","backgroundColor":null,"cost":null,"defaultBackgroundColor":"#8205B4","defaultCost":320,"defaultImage":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/random-emote-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/random-emote-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/random-emote-4.png","__typename":"CommunityPointsImage"},"image":null,"isEnabled":false,"isHiddenForSubs":true,"minimumCost":80,"type":"RANDOM_SUB_EMOTE_UNLOCK","updatedForIndicatorAt":"2022-01-20T23:26:03.139838441Z","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsAutomaticReward"},{"id":"137616647:CHOSEN_SUB_EMOTE_UNLOCK","backgroundColor":null,"cost":null,"defaultBackgroundColor":"#00C8AF","defaultCost":480,"defaultImage":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/choose-emote-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/choose-emote-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/choose-emote-4.png","__typename":"CommunityPointsImage"},"image":null,"isEnabled":false,"isHiddenForSubs":true,"minimumCost":80,"type":"CHOSEN_SUB_EMOTE_UNLOCK","updatedForIndicatorAt":"2022-01-20T23:26:02.176715522Z","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsAutomaticReward"},{"id":"137616647:CHOSEN_MODIFIED_SUB_EMOTE_UNLOCK","backgroundColor":null,"cost":null,"defaultBackgroundColor":"#00FA05","defaultCost":900,"defaultImage":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/modify-emote-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/modify-emote-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/modify-emote-4.png","__typename":"CommunityPointsImage"},"image":null,"isEnabled":false,"isHiddenForSubs":false,"minimumCost":80,"type":"CHOSEN_MODIFIED_SUB_EMOTE_UNLOCK","updatedForIndicatorAt":"2021-10-11T21:12:12.541447983Z","globallyUpdatedForIndicatorAt":"2020-12-14T21:00:00Z","__typename":"CommunityPointsAutomaticReward"},{"id":"137616647:SINGLE_MESSAGE_BYPASS_SUB_MODE","backgroundColor":null,"cost":null,"defaultBackgroundColor":"#9146FF","defaultCost":350,"defaultImage":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/subsonly-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/subsonly-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/subsonly-4.png","__typename":"CommunityPointsImage"},"image":null,"isEnabled":false,"isHiddenForSubs":true,"minimumCost":80,"type":"SINGLE_MESSAGE_BYPASS_SUB_MODE","updatedForIndicatorAt":"2021-11-27T23:17:56.276138037Z","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsAutomaticReward"},{"id":"137616647:SEND_HIGHLIGHTED_MESSAGE","backgroundColor":null,"cost":null,"defaultBackgroundColor":"#FF6905","defaultCost":100,"defaultImage":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/highlight-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/highlight-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/highlight-4.png","__typename":"CommunityPointsImage"},"image":null,"isEnabled":true,"isHiddenForSubs":false,"minimumCost":10,"type":"SEND_HIGHLIGHTED_MESSAGE","updatedForIndicatorAt":null,"globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsAutomaticReward"}],"customRewards":[{"id":"04f71f56-fe42-4cd6-b332-6794ec74c90f","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":17000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/04f71f56-fe42-4cd6-b332-6794ec74c90f/f29301d1-a4d1-4b12-9fbc-7e9801380328/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/04f71f56-fe42-4cd6-b332-6794ec74c90f/f29301d1-a4d1-4b12-9fbc-7e9801380328/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/04f71f56-fe42-4cd6-b332-6794ec74c90f/f29301d1-a4d1-4b12-9fbc-7e9801380328/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/dirEj/steam-size-matters","title":"Steam - Size Matters","updatedForIndicatorAt":"2022-08-28T06:59:22.282080338Z","__typename":"CommunityPointsCustomReward"},{"id":"054b54e6-eae4-49ff-8999-85b4d7ea48b7","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":35000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/054b54e6-eae4-49ff-8999-85b4d7ea48b7/1788c919-b559-4015-baf0-2ebb6f18067f/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/054b54e6-eae4-49ff-8999-85b4d7ea48b7/1788c919-b559-4015-baf0-2ebb6f18067f/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/054b54e6-eae4-49ff-8999-85b4d7ea48b7/1788c919-b559-4015-baf0-2ebb6f18067f/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/tClt6/steam-punch-club","title":"Steam - Punch Club","updatedForIndicatorAt":"2022-08-23T14:41:21.784545801Z","__typename":"CommunityPointsCustomReward"},{"id":"11856d17-1548-4dff-9007-6aad8c870fbc","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":20000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/11856d17-1548-4dff-9007-6aad8c870fbc/66918da8-7d91-4874-b7a5-3cdf7a82648b/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/11856d17-1548-4dff-9007-6aad8c870fbc/66918da8-7d91-4874-b7a5-3cdf7a82648b/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/11856d17-1548-4dff-9007-6aad8c870fbc/66918da8-7d91-4874-b7a5-3cdf7a82648b/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/QsBZM/steam-planets-under-attack","title":"Steam - Planets Under Attack","updatedForIndicatorAt":"2022-09-09T19:25:27.435602808Z","__typename":"CommunityPointsCustomReward"},{"id":"137d222b-9a12-40f4-b233-fef3470812ff","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":40000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/137d222b-9a12-40f4-b233-fef3470812ff/4953aacd-1d7f-4b66-9bdb-9dcf2e739881/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/137d222b-9a12-40f4-b233-fef3470812ff/4953aacd-1d7f-4b66-9bdb-9dcf2e739881/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/137d222b-9a12-40f4-b233-fef3470812ff/4953aacd-1d7f-4b66-9bdb-9dcf2e739881/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Zimh5/steam-magicka","title":"Steam - Magicka","updatedForIndicatorAt":"2022-09-13T08:34:31.00760967Z","__typename":"CommunityPointsCustomReward"},{"id":"16b796b0-9d17-485b-8502-041b21b2c83e","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/16b796b0-9d17-485b-8502-041b21b2c83e/b6f883da-3c60-406d-a293-c1784a0c8a15/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/16b796b0-9d17-485b-8502-041b21b2c83e/b6f883da-3c60-406d-a293-c1784a0c8a15/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/16b796b0-9d17-485b-8502-041b21b2c83e/b6f883da-3c60-406d-a293-c1784a0c8a15/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/BcF9I/steam-anarcute","title":"Steam - Anarcute","updatedForIndicatorAt":"2022-09-12T08:22:52.922432833Z","__typename":"CommunityPointsCustomReward"},{"id":"17bf3234-db76-4e05-a5e6-f99786a41362","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":45000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/17bf3234-db76-4e05-a5e6-f99786a41362/1d452f77-4317-42d7-a1b9-d354ac9eed50/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/17bf3234-db76-4e05-a5e6-f99786a41362/1d452f77-4317-42d7-a1b9-d354ac9eed50/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/17bf3234-db76-4e05-a5e6-f99786a41362/1d452f77-4317-42d7-a1b9-d354ac9eed50/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/d2se7/steam-legend-of-keepers-career-dungeon-man","title":"Steam - Legend of Keepers Career Dungeon Man.","updatedForIndicatorAt":"2022-08-17T07:54:12.292017904Z","__typename":"CommunityPointsCustomReward"},{"id":"1899f3a7-7243-41a1-8c7b-932a9eda8459","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1899f3a7-7243-41a1-8c7b-932a9eda8459/f13394c9-5d27-4d5d-9d55-5291963fea65/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1899f3a7-7243-41a1-8c7b-932a9eda8459/f13394c9-5d27-4d5d-9d55-5291963fea65/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1899f3a7-7243-41a1-8c7b-932a9eda8459/f13394c9-5d27-4d5d-9d55-5291963fea65/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/GhzHz/steam-mind-scanners","title":"Steam - Mind Scanners","updatedForIndicatorAt":"2022-09-11T04:46:49.57290389Z","__typename":"CommunityPointsCustomReward"},{"id":"1926401b-370f-490f-9c50-530857309e9f","backgroundColor":"#004416","cooldownExpiresAt":null,"cost":50000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1926401b-370f-490f-9c50-530857309e9f/326abe2e-def5-4f7a-a9be-372d37f2c39b/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1926401b-370f-490f-9c50-530857309e9f/326abe2e-def5-4f7a-a9be-372d37f2c39b/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1926401b-370f-490f-9c50-530857309e9f/326abe2e-def5-4f7a-a9be-372d37f2c39b/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":false,"maxPerUserPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Redeeming this will convert 50,000 \"Da Coinz\" into \"Clams\".  Clams can be used in the the stream elements shop.  Use !store to get the link.  *NOTE* This conversion can take up to 1-2 business days.","title":"50,000 Clams Voucher","updatedForIndicatorAt":"2022-06-25T08:40:50.933330787Z","__typename":"CommunityPointsCustomReward"},{"id":"1c3195df-da2e-4cac-adad-529839197f45","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":20000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1c3195df-da2e-4cac-adad-529839197f45/3d76763d-b14a-4682-87dc-03472dad4569/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1c3195df-da2e-4cac-adad-529839197f45/3d76763d-b14a-4682-87dc-03472dad4569/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1c3195df-da2e-4cac-adad-529839197f45/3d76763d-b14a-4682-87dc-03472dad4569/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Vvq1q/steam-the-bureau-xcom-declassified","title":"Steam - The Bureau XCOM Declassified","updatedForIndicatorAt":"2022-09-05T07:31:34.979691483Z","__typename":"CommunityPointsCustomReward"},{"id":"1e4a52a9-7513-4e3d-9009-e9d1f1f41df1","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":15000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1e4a52a9-7513-4e3d-9009-e9d1f1f41df1/3e3b33ee-e271-496a-8fe4-4531962938e0/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1e4a52a9-7513-4e3d-9009-e9d1f1f41df1/3e3b33ee-e271-496a-8fe4-4531962938e0/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1e4a52a9-7513-4e3d-9009-e9d1f1f41df1/3e3b33ee-e271-496a-8fe4-4531962938e0/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/mYRlo/steam-simulacra","title":"Steam - Simulacra","updatedForIndicatorAt":"2022-09-14T20:32:35.306672426Z","__typename":"CommunityPointsCustomReward"},{"id":"1edd865a-67e6-4972-bf78-d66b21694ec3","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1edd865a-67e6-4972-bf78-d66b21694ec3/394fe798-b8a1-4d34-ac50-4de968da4dbf/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1edd865a-67e6-4972-bf78-d66b21694ec3/394fe798-b8a1-4d34-ac50-4de968da4dbf/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/1edd865a-67e6-4972-bf78-d66b21694ec3/394fe798-b8a1-4d34-ac50-4de968da4dbf/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/JrxFl/steam-sigma-theory-global-cold-war","title":"Steam - Sigma Theory Global Cold War","updatedForIndicatorAt":"2022-09-16T01:02:20.011497623Z","__typename":"CommunityPointsCustomReward"},{"id":"328c4bc5-f8ff-44e2-be7e-a3a0d8137e28","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":5000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/328c4bc5-f8ff-44e2-be7e-a3a0d8137e28/a27c7334-425d-4452-a26e-65c63dae1835/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/328c4bc5-f8ff-44e2-be7e-a3a0d8137e28/a27c7334-425d-4452-a26e-65c63dae1835/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/328c4bc5-f8ff-44e2-be7e-a3a0d8137e28/a27c7334-425d-4452-a26e-65c63dae1835/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/2xlTk/steam-winding-road","title":"Steam - Winding Road","updatedForIndicatorAt":"2022-09-14T08:11:15.215822246Z","__typename":"CommunityPointsCustomReward"},{"id":"403fbf5e-c2fa-4ebd-bb82-e77a1b7cf79f","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":65000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/403fbf5e-c2fa-4ebd-bb82-e77a1b7cf79f/60ce57f8-be19-4334-b6d1-58422eb39e08/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/403fbf5e-c2fa-4ebd-bb82-e77a1b7cf79f/60ce57f8-be19-4334-b6d1-58422eb39e08/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/403fbf5e-c2fa-4ebd-bb82-e77a1b7cf79f/60ce57f8-be19-4334-b6d1-58422eb39e08/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/lbtHc/steam-enemy-front","title":"Steam - Enemy Front","updatedForIndicatorAt":"2022-09-14T20:32:40.461228958Z","__typename":"CommunityPointsCustomReward"},{"id":"4c8d57a5-043d-41cf-a210-4dcd050136ef","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":50000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/4c8d57a5-043d-41cf-a210-4dcd050136ef/c48aee44-fa14-4bfd-84b0-c2c42fc75111/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/4c8d57a5-043d-41cf-a210-4dcd050136ef/c48aee44-fa14-4bfd-84b0-c2c42fc75111/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/4c8d57a5-043d-41cf-a210-4dcd050136ef/c48aee44-fa14-4bfd-84b0-c2c42fc75111/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/UBvvB/steam-ashes-of-the-singularity-esc","title":"Steam - Ashes of the Singularity Esc.","updatedForIndicatorAt":"2022-08-29T06:12:41.685106904Z","__typename":"CommunityPointsCustomReward"},{"id":"53bf084b-288d-4020-b763-8d56e9c0d306","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":45000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/53bf084b-288d-4020-b763-8d56e9c0d306/5d5e5fa3-e5bc-4ad4-aa0e-1cb079549588/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/53bf084b-288d-4020-b763-8d56e9c0d306/5d5e5fa3-e5bc-4ad4-aa0e-1cb079549588/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/53bf084b-288d-4020-b763-8d56e9c0d306/5d5e5fa3-e5bc-4ad4-aa0e-1cb079549588/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/F1wck/steam-orcs-must-die-2","title":"Steam - Orcs Must Die 2","updatedForIndicatorAt":"2022-08-29T06:12:43.743772147Z","__typename":"CommunityPointsCustomReward"},{"id":"58854a8a-8645-4d6f-a05a-aa5ed1fe685c","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":45000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/58854a8a-8645-4d6f-a05a-aa5ed1fe685c/b167859e-6cf9-4b16-b09d-5312dd81933e/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/58854a8a-8645-4d6f-a05a-aa5ed1fe685c/b167859e-6cf9-4b16-b09d-5312dd81933e/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/58854a8a-8645-4d6f-a05a-aa5ed1fe685c/b167859e-6cf9-4b16-b09d-5312dd81933e/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/4Q7pI/steam-darksburg","title":"Steam - Darksburg","updatedForIndicatorAt":"2022-09-16T01:02:26.716004759Z","__typename":"CommunityPointsCustomReward"},{"id":"5a20fa3a-fdd6-4d29-8850-a5e1a7bdf2f7","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":55000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5a20fa3a-fdd6-4d29-8850-a5e1a7bdf2f7/83c87f5f-4551-4354-81e9-95cce336f634/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5a20fa3a-fdd6-4d29-8850-a5e1a7bdf2f7/83c87f5f-4551-4354-81e9-95cce336f634/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5a20fa3a-fdd6-4d29-8850-a5e1a7bdf2f7/83c87f5f-4551-4354-81e9-95cce336f634/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/gIehe/steam-shadowrun-hong-kong","title":"Steam - Shadowrun Hong Kong","updatedForIndicatorAt":"2022-09-13T08:34:34.794941824Z","__typename":"CommunityPointsCustomReward"},{"id":"5ece2da2-72ad-47a5-bb0a-2120d104395f","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":8000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5ece2da2-72ad-47a5-bb0a-2120d104395f/56a4dbc4-d71c-47c2-8aa4-673e68f59371/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5ece2da2-72ad-47a5-bb0a-2120d104395f/56a4dbc4-d71c-47c2-8aa4-673e68f59371/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5ece2da2-72ad-47a5-bb0a-2120d104395f/56a4dbc4-d71c-47c2-8aa4-673e68f59371/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/QZLqL/steam-vertiginous-golf","title":"Steam - Vertiginous Golf","updatedForIndicatorAt":"2022-09-03T07:32:42.853739944Z","__typename":"CommunityPointsCustomReward"},{"id":"5f007a0d-d5e8-4c25-a24c-8161ed21391a","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":40000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5f007a0d-d5e8-4c25-a24c-8161ed21391a/ea610061-d722-47d3-887b-6c58a26f970f/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5f007a0d-d5e8-4c25-a24c-8161ed21391a/ea610061-d722-47d3-887b-6c58a26f970f/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/5f007a0d-d5e8-4c25-a24c-8161ed21391a/ea610061-d722-47d3-887b-6c58a26f970f/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/YaPzM/steam-kingdom-new-lands","title":"Steam - Kingdom New Lands","updatedForIndicatorAt":"2022-08-29T06:12:49.454697052Z","__typename":"CommunityPointsCustomReward"},{"id":"6519ade2-334a-4714-90e5-58bbde25a336","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":35000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/6519ade2-334a-4714-90e5-58bbde25a336/8cb4532f-1169-4928-b653-ca6bdd0e2b5b/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/6519ade2-334a-4714-90e5-58bbde25a336/8cb4532f-1169-4928-b653-ca6bdd0e2b5b/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/6519ade2-334a-4714-90e5-58bbde25a336/8cb4532f-1169-4928-b653-ca6bdd0e2b5b/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Q3FLl/steam-dungeons","title":"Steam - Dungeons","updatedForIndicatorAt":"2022-08-22T22:13:19.576721309Z","__typename":"CommunityPointsCustomReward"},{"id":"6dcd1b01-2c94-4bda-b15a-551f764e375d","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":10000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/6dcd1b01-2c94-4bda-b15a-551f764e375d/1fa15b5e-3954-4a13-b408-fc859536493d/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/6dcd1b01-2c94-4bda-b15a-551f764e375d/1fa15b5e-3954-4a13-b408-fc859536493d/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/6dcd1b01-2c94-4bda-b15a-551f764e375d/1fa15b5e-3954-4a13-b408-fc859536493d/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/2amHk/steam-shiplord","title":"Steam - Shiplord","updatedForIndicatorAt":"2022-08-28T06:59:15.141364069Z","__typename":"CommunityPointsCustomReward"},{"id":"733f4db7-226d-4283-8413-c77492232812","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":10000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/733f4db7-226d-4283-8413-c77492232812/f81c367e-ed63-48ce-813f-b42b664024e8/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/733f4db7-226d-4283-8413-c77492232812/f81c367e-ed63-48ce-813f-b42b664024e8/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/733f4db7-226d-4283-8413-c77492232812/f81c367e-ed63-48ce-813f-b42b664024e8/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Z6cat/steam-amerzone-the-explorers-legacy","title":"Steam - Amerzone The Explorers Legacy","updatedForIndicatorAt":"2022-09-12T08:22:59.481849727Z","__typename":"CommunityPointsCustomReward"},{"id":"8b0a8056-a8f7-40be-bab3-7884a429d7d3","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":55000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8b0a8056-a8f7-40be-bab3-7884a429d7d3/a5134c5b-becd-48e3-adaf-99d5d88e713d/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8b0a8056-a8f7-40be-bab3-7884a429d7d3/a5134c5b-becd-48e3-adaf-99d5d88e713d/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8b0a8056-a8f7-40be-bab3-7884a429d7d3/a5134c5b-becd-48e3-adaf-99d5d88e713d/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/M9eJm/steam-europa-universalis-3","title":"Steam - Europa Universalis 3","updatedForIndicatorAt":"2022-09-12T08:22:48.51100615Z","__typename":"CommunityPointsCustomReward"},{"id":"8dc73612-67bb-4875-aedc-db3533e2c7e6","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":50000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8dc73612-67bb-4875-aedc-db3533e2c7e6/6e5b95a7-11ea-4088-b415-09ff614f571c/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8dc73612-67bb-4875-aedc-db3533e2c7e6/6e5b95a7-11ea-4088-b415-09ff614f571c/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8dc73612-67bb-4875-aedc-db3533e2c7e6/6e5b95a7-11ea-4088-b415-09ff614f571c/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/y1j6o/steam-tooth-and-tail","title":"Steam - Tooth and Tail","updatedForIndicatorAt":"2022-09-12T08:22:49.107618242Z","__typename":"CommunityPointsCustomReward"},{"id":"8eaa9803-bdf5-49f0-b480-1ce159104633","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":30000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8eaa9803-bdf5-49f0-b480-1ce159104633/787c32ab-e142-462b-acae-88266b6f65d8/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8eaa9803-bdf5-49f0-b480-1ce159104633/787c32ab-e142-462b-acae-88266b6f65d8/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8eaa9803-bdf5-49f0-b480-1ce159104633/787c32ab-e142-462b-acae-88266b6f65d8/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/1Uck0/steam-shiness-the-lightning-kingdom","title":"Steam - Shiness The Lightning Kingdom","updatedForIndicatorAt":"2022-09-13T08:34:27.985311744Z","__typename":"CommunityPointsCustomReward"},{"id":"8fca7710-eb35-4d71-b487-9c5c7e32aff8","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8fca7710-eb35-4d71-b487-9c5c7e32aff8/8a544ee1-0ef7-404f-959e-9239d52745bc/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8fca7710-eb35-4d71-b487-9c5c7e32aff8/8a544ee1-0ef7-404f-959e-9239d52745bc/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/8fca7710-eb35-4d71-b487-9c5c7e32aff8/8a544ee1-0ef7-404f-959e-9239d52745bc/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Y3qzC/steam-dungeon-of-the-endless","title":"Steam - Dungeon of the Endless","updatedForIndicatorAt":"2022-09-11T04:46:48.669397775Z","__typename":"CommunityPointsCustomReward"},{"id":"93705c44-2516-4d20-8e71-35f1d4284780","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":35000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/93705c44-2516-4d20-8e71-35f1d4284780/6a24643b-53bd-4864-b707-ad94b7075a3e/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/93705c44-2516-4d20-8e71-35f1d4284780/6a24643b-53bd-4864-b707-ad94b7075a3e/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/93705c44-2516-4d20-8e71-35f1d4284780/6a24643b-53bd-4864-b707-ad94b7075a3e/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/TnlgA/steam-chasm","title":"Steam - Chasm","updatedForIndicatorAt":"2022-09-08T14:26:21.719744985Z","__typename":"CommunityPointsCustomReward"},{"id":"94e43baf-e2a2-4517-8b7f-c31862a82e94","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/94e43baf-e2a2-4517-8b7f-c31862a82e94/9427a269-e471-4571-9e5d-b5407cb9045b/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/94e43baf-e2a2-4517-8b7f-c31862a82e94/9427a269-e471-4571-9e5d-b5407cb9045b/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/94e43baf-e2a2-4517-8b7f-c31862a82e94/9427a269-e471-4571-9e5d-b5407cb9045b/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/2vaaN/steam-darkest-hour-hearts-of-iron","title":"Steam - Darkest Hour Hearts of Iron","updatedForIndicatorAt":"2022-08-29T06:12:52.604022646Z","__typename":"CommunityPointsCustomReward"},{"id":"96aae2f2-3d41-426b-8b87-8b65259cc584","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":45000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/96aae2f2-3d41-426b-8b87-8b65259cc584/d15f763b-a9ba-4538-a1ac-7700810915ae/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/96aae2f2-3d41-426b-8b87-8b65259cc584/d15f763b-a9ba-4538-a1ac-7700810915ae/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/96aae2f2-3d41-426b-8b87-8b65259cc584/d15f763b-a9ba-4538-a1ac-7700810915ae/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/hxxTR/steam-garfield-kart-furious-racing","title":"Steam - Garfield Kart Furious Racing","updatedForIndicatorAt":"2022-09-11T04:46:55.344257127Z","__typename":"CommunityPointsCustomReward"},{"id":"9833ff83-9635-4a07-9f15-7f738d6d63b7","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/9833ff83-9635-4a07-9f15-7f738d6d63b7/01bc516e-00f2-46a4-b799-224c2437f33a/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/9833ff83-9635-4a07-9f15-7f738d6d63b7/01bc516e-00f2-46a4-b799-224c2437f33a/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/9833ff83-9635-4a07-9f15-7f738d6d63b7/01bc516e-00f2-46a4-b799-224c2437f33a/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/zAYMI/steam-moon-hunters","title":"Steam - Moon Hunters","updatedForIndicatorAt":"2022-09-14T20:32:37.515956479Z","__typename":"CommunityPointsCustomReward"},{"id":"a0b65af8-ad13-4cbd-bc08-42698fed767b","backgroundColor":"#D2FF00","cooldownExpiresAt":null,"cost":350,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a0b65af8-ad13-4cbd-bc08-42698fed767b/35b4851c-64ad-4a50-8e9d-81280280761a/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a0b65af8-ad13-4cbd-bc08-42698fed767b/35b4851c-64ad-4a50-8e9d-81280280761a/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a0b65af8-ad13-4cbd-bc08-42698fed767b/35b4851c-64ad-4a50-8e9d-81280280761a/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/0Vorm/godfathers-special-random-steam","title":"Godfathers Special Random Steam","updatedForIndicatorAt":"2022-08-30T14:26:42.956652987Z","__typename":"CommunityPointsCustomReward"},{"id":"a891fded-4198-49c5-8d24-30e0e4cdedcf","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":40000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a891fded-4198-49c5-8d24-30e0e4cdedcf/abf6e695-bd4d-43ac-9123-a1ccec41d684/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a891fded-4198-49c5-8d24-30e0e4cdedcf/abf6e695-bd4d-43ac-9123-a1ccec41d684/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a891fded-4198-49c5-8d24-30e0e4cdedcf/abf6e695-bd4d-43ac-9123-a1ccec41d684/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/R468K/steam-figment","title":"Steam - Figment","updatedForIndicatorAt":"2022-08-29T06:12:47.521099816Z","__typename":"CommunityPointsCustomReward"},{"id":"a98c77b2-a52f-4b74-85c3-a066e5e05484","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":45000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a98c77b2-a52f-4b74-85c3-a066e5e05484/929d0f47-b714-4576-bb7c-72ce09812efd/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a98c77b2-a52f-4b74-85c3-a066e5e05484/929d0f47-b714-4576-bb7c-72ce09812efd/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/a98c77b2-a52f-4b74-85c3-a066e5e05484/929d0f47-b714-4576-bb7c-72ce09812efd/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/fNHiI/steam-zwei-the-ilvard-insurrection","title":"Steam - Zwei: The Ilvard Insurrection","updatedForIndicatorAt":"2022-09-13T08:34:33.994199976Z","__typename":"CommunityPointsCustomReward"},{"id":"b701213a-c8d8-4150-8e4c-e4800936516c","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":30000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/b701213a-c8d8-4150-8e4c-e4800936516c/84df379d-e1ca-4657-b32e-6a83e1417c1d/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/b701213a-c8d8-4150-8e4c-e4800936516c/84df379d-e1ca-4657-b32e-6a83e1417c1d/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/b701213a-c8d8-4150-8e4c-e4800936516c/84df379d-e1ca-4657-b32e-6a83e1417c1d/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/myrzc/steam-zwei-the-arges-adventure","title":"Steam - Zwei: The Arges Adventure","updatedForIndicatorAt":"2022-09-13T08:34:28.458812388Z","__typename":"CommunityPointsCustomReward"},{"id":"b90a0a2f-3a9f-4650-80c5-5b35852747c2","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":20000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/b90a0a2f-3a9f-4650-80c5-5b35852747c2/1b9d27dc-1368-4b26-bdad-582e72c90c9b/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/b90a0a2f-3a9f-4650-80c5-5b35852747c2/1b9d27dc-1368-4b26-bdad-582e72c90c9b/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/b90a0a2f-3a9f-4650-80c5-5b35852747c2/1b9d27dc-1368-4b26-bdad-582e72c90c9b/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/aCCOW/steam-steel-rats","title":"Steam - Steel Rats","updatedForIndicatorAt":"2022-09-08T14:26:19.363017589Z","__typename":"CommunityPointsCustomReward"},{"id":"c1b77263-d523-42c0-bdeb-96bb16812745","backgroundColor":"#060606","cooldownExpiresAt":null,"cost":30000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/c1b77263-d523-42c0-bdeb-96bb16812745/32db6970-66e1-4d0a-8571-76958b2dbe5f/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/c1b77263-d523-42c0-bdeb-96bb16812745/32db6970-66e1-4d0a-8571-76958b2dbe5f/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/c1b77263-d523-42c0-bdeb-96bb16812745/32db6970-66e1-4d0a-8571-76958b2dbe5f/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Qom4s/steam-sword-legacy-omen","title":"Steam - Sword Legacy Omen","updatedForIndicatorAt":"2022-09-12T08:22:52.32362886Z","__typename":"CommunityPointsCustomReward"},{"id":"c9070e1d-2594-48a9-9ff8-99041055db93","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":5000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/c9070e1d-2594-48a9-9ff8-99041055db93/d447d90c-f67a-4b9f-be2f-7f85c389ff7b/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/c9070e1d-2594-48a9-9ff8-99041055db93/d447d90c-f67a-4b9f-be2f-7f85c389ff7b/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/c9070e1d-2594-48a9-9ff8-99041055db93/d447d90c-f67a-4b9f-be2f-7f85c389ff7b/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/P97EO/steam-alien-invasion-3d","title":"Steam - Alien Invasion 3D","updatedForIndicatorAt":"2022-09-14T08:11:14.380358657Z","__typename":"CommunityPointsCustomReward"},{"id":"d3668f02-f4c3-4e6d-b174-af4f32faac5a","backgroundColor":"#F9FF00","cooldownExpiresAt":null,"cost":50,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d3668f02-f4c3-4e6d-b174-af4f32faac5a/9943d686-b5ea-496b-ab05-9d47c20ffac6/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d3668f02-f4c3-4e6d-b174-af4f32faac5a/9943d686-b5ea-496b-ab05-9d47c20ffac6/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d3668f02-f4c3-4e6d-b174-af4f32faac5a/9943d686-b5ea-496b-ab05-9d47c20ffac6/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/Q5wtJ/steam-trivia-vault-tv-trivia","title":"Steam - Trivia Vault TV Trivia","updatedForIndicatorAt":"2022-09-15T07:09:07.718073835Z","__typename":"CommunityPointsCustomReward"},{"id":"d3c9b47a-3ca9-40dd-9b55-be9a780d38d7","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":15000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d3c9b47a-3ca9-40dd-9b55-be9a780d38d7/0dcc5a99-eb99-42f4-bdcc-db381247e10e/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d3c9b47a-3ca9-40dd-9b55-be9a780d38d7/0dcc5a99-eb99-42f4-bdcc-db381247e10e/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d3c9b47a-3ca9-40dd-9b55-be9a780d38d7/0dcc5a99-eb99-42f4-bdcc-db381247e10e/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/xj6NN/steam-sid-meiers-civilization-3","title":"Steam - Sid Meiers Civilization 3","updatedForIndicatorAt":"2022-09-11T04:46:46.483794598Z","__typename":"CommunityPointsCustomReward"},{"id":"d52353e4-6c08-4ed7-afce-4194c798741d","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":25000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d52353e4-6c08-4ed7-afce-4194c798741d/af9b0b0e-7c06-4e3a-9498-04f1a9f35887/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d52353e4-6c08-4ed7-afce-4194c798741d/af9b0b0e-7c06-4e3a-9498-04f1a9f35887/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d52353e4-6c08-4ed7-afce-4194c798741d/af9b0b0e-7c06-4e3a-9498-04f1a9f35887/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/cePdg/steam-mobius-front83","title":"Steam - Mobius Front83","updatedForIndicatorAt":"2022-09-06T13:13:23.324809744Z","__typename":"CommunityPointsCustomReward"},{"id":"d56112c1-604d-47b5-8af0-3ecfbadd0c1d","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":5000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d56112c1-604d-47b5-8af0-3ecfbadd0c1d/64de42ae-57a7-474a-bd2e-c996ac8498b7/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d56112c1-604d-47b5-8af0-3ecfbadd0c1d/64de42ae-57a7-474a-bd2e-c996ac8498b7/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/d56112c1-604d-47b5-8af0-3ecfbadd0c1d/64de42ae-57a7-474a-bd2e-c996ac8498b7/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/MVg6b/steam-space-ship-infinity","title":"Steam - Space Ship Infinity","updatedForIndicatorAt":"2022-09-14T08:11:13.877580159Z","__typename":"CommunityPointsCustomReward"},{"id":"e102ed7d-5653-40c8-905d-6d09385c635c","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":60000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/e102ed7d-5653-40c8-905d-6d09385c635c/d25f3200-3fff-4347-a25a-eb2d39d5f88f/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/e102ed7d-5653-40c8-905d-6d09385c635c/d25f3200-3fff-4347-a25a-eb2d39d5f88f/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/e102ed7d-5653-40c8-905d-6d09385c635c/d25f3200-3fff-4347-a25a-eb2d39d5f88f/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/6g2ME/steam-icewind-dale-enhanced-ed","title":"Steam - Icewind Dale Enhanced Ed.","updatedForIndicatorAt":"2022-09-13T08:34:36.393442471Z","__typename":"CommunityPointsCustomReward"},{"id":"f87ed931-a2de-4402-a9e3-2f974db4190e","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":20000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/f87ed931-a2de-4402-a9e3-2f974db4190e/c6e53b77-60e6-4073-84b6-3cdf3e54d323/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/f87ed931-a2de-4402-a9e3-2f974db4190e/c6e53b77-60e6-4073-84b6-3cdf3e54d323/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/f87ed931-a2de-4402-a9e3-2f974db4190e/c6e53b77-60e6-4073-84b6-3cdf3e54d323/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/QTljJ/steam-nairi-tower-of-shirin","title":"Steam - Nairi Tower of Shirin","updatedForIndicatorAt":"2022-08-21T05:24:50.658530775Z","__typename":"CommunityPointsCustomReward"},{"id":"fb8c1335-2aa7-45a3-87be-a48b4bb50ba8","backgroundColor":"#000000","cooldownExpiresAt":null,"cost":18000,"defaultImage":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/default-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/default-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/default-4.png","__typename":"CommunityPointsImage"},"image":{"url":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/fb8c1335-2aa7-45a3-87be-a48b4bb50ba8/f75673a3-553c-43ca-9138-c09345a96ba6/custom-1.png","url2x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/fb8c1335-2aa7-45a3-87be-a48b4bb50ba8/f75673a3-553c-43ca-9138-c09345a96ba6/custom-2.png","url4x":"https://static-cdn.jtvnw.net/custom-reward-images/137616647/fb8c1335-2aa7-45a3-87be-a48b4bb50ba8/f75673a3-553c-43ca-9138-c09345a96ba6/custom-4.png","__typename":"CommunityPointsImage"},"maxPerStreamSetting":{"isEnabled":false,"maxPerStream":0,"__typename":"CommunityPointsCustomRewardMaxPerStreamSetting"},"maxPerUserPerStreamSetting":{"isEnabled":true,"maxPerUserPerStream":1,"__typename":"CommunityPointsCustomRewardMaxPerUserPerStreamSetting"},"globalCooldownSetting":{"isEnabled":false,"globalCooldownSeconds":0,"__typename":"CommunityPointsCustomRewardGlobalCooldownSetting"},"isEnabled":true,"isInStock":true,"isPaused":false,"isSubOnly":false,"isUserInputRequired":false,"shouldRedemptionsSkipRequestQueue":false,"redemptionsRedeemedCurrentStream":null,"prompt":"Getting your reward can be done 24/7.  Redeem your channel points through the link below and your key will be instantly available.\nhttps://gleam.io/5r8HL/steam-evans-remains","title":"Steam - Evans Remains","updatedForIndicatorAt":"2022-09-16T01:02:22.880399157Z","__typename":"CommunityPointsCustomReward"}],"goals":[],"isEnabled":true,"raidPointAmount":250,"emoteVariants":[{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222","isUnlockable":false,"emote":{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222","token":"hitsqu6ChatDrop50Keys","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_BW","emote":{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_BW","token":"hitsqu6ChatDrop50Keys_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_HF","emote":{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_HF","token":"hitsqu6ChatDrop50Keys_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_SG","emote":{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_SG","token":"hitsqu6ChatDrop50Keys_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_SQ","emote":{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_SQ","token":"hitsqu6ChatDrop50Keys_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_TK","emote":{"id":"emotesv2_6ee8545dc6944808bd818db26fd45222_TK","token":"hitsqu6ChatDrop50Keys_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_4f0c122854224a059ff96419d055d954","isUnlockable":false,"emote":{"id":"emotesv2_4f0c122854224a059ff96419d055d954","token":"hitsqu6ChatDrop5Keys","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_4f0c122854224a059ff96419d055d954_BW","emote":{"id":"emotesv2_4f0c122854224a059ff96419d055d954_BW","token":"hitsqu6ChatDrop5Keys_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4f0c122854224a059ff96419d055d954_HF","emote":{"id":"emotesv2_4f0c122854224a059ff96419d055d954_HF","token":"hitsqu6ChatDrop5Keys_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4f0c122854224a059ff96419d055d954_SG","emote":{"id":"emotesv2_4f0c122854224a059ff96419d055d954_SG","token":"hitsqu6ChatDrop5Keys_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4f0c122854224a059ff96419d055d954_SQ","emote":{"id":"emotesv2_4f0c122854224a059ff96419d055d954_SQ","token":"hitsqu6ChatDrop5Keys_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4f0c122854224a059ff96419d055d954_TK","emote":{"id":"emotesv2_4f0c122854224a059ff96419d055d954_TK","token":"hitsqu6ChatDrop5Keys_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b","isUnlockable":true,"emote":{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b","token":"hitsqu6GG1","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_BW","emote":{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_BW","token":"hitsqu6GG1_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_HF","emote":{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_HF","token":"hitsqu6GG1_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_SG","emote":{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_SG","token":"hitsqu6GG1_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_SQ","emote":{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_SQ","token":"hitsqu6GG1_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_TK","emote":{"id":"emotesv2_b31e6eead40d44a897ea09873db1cf2b_TK","token":"hitsqu6GG1_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21","isUnlockable":true,"emote":{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21","token":"hitsqu6GG2","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_BW","emote":{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_BW","token":"hitsqu6GG2_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_HF","emote":{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_HF","token":"hitsqu6GG2_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_SG","emote":{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_SG","token":"hitsqu6GG2_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_SQ","emote":{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_SQ","token":"hitsqu6GG2_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_TK","emote":{"id":"emotesv2_6bc14d78105247fe9ddb3626cc58cc21_TK","token":"hitsqu6GG2_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c","isUnlockable":true,"emote":{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c","token":"hitsqu6HI1","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_BW","emote":{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_BW","token":"hitsqu6HI1_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_HF","emote":{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_HF","token":"hitsqu6HI1_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_SG","emote":{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_SG","token":"hitsqu6HI1_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_SQ","emote":{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_SQ","token":"hitsqu6HI1_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_TK","emote":{"id":"emotesv2_ffaeae0b85a34ab3aba4ab80fb9d518c_TK","token":"hitsqu6HI1_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86","isUnlockable":true,"emote":{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86","token":"hitsqu6HI2","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_BW","emote":{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_BW","token":"hitsqu6HI2_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_HF","emote":{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_HF","token":"hitsqu6HI2_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_SG","emote":{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_SG","token":"hitsqu6HI2_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_SQ","emote":{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_SQ","token":"hitsqu6HI2_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_TK","emote":{"id":"emotesv2_2277ec07bc974a74855b660c340fcd86_TK","token":"hitsqu6HI2_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35","isUnlockable":true,"emote":{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35","token":"hitsqu6HYPE1","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_BW","emote":{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_BW","token":"hitsqu6HYPE1_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_HF","emote":{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_HF","token":"hitsqu6HYPE1_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_SG","emote":{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_SG","token":"hitsqu6HYPE1_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_SQ","emote":{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_SQ","token":"hitsqu6HYPE1_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_TK","emote":{"id":"emotesv2_196373293ded4e09b45f48e62cba6e35_TK","token":"hitsqu6HYPE1_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb","isUnlockable":true,"emote":{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb","token":"hitsqu6Itzagud","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_BW","emote":{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_BW","token":"hitsqu6Itzagud_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_HF","emote":{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_HF","token":"hitsqu6Itzagud_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_SG","emote":{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_SG","token":"hitsqu6Itzagud_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_SQ","emote":{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_SQ","token":"hitsqu6Itzagud_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_TK","emote":{"id":"emotesv2_55c20d158eed43fb987ee7aa83afc1cb_TK","token":"hitsqu6Itzagud_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2","isUnlockable":true,"emote":{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2","token":"hitsqu6LOL1","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_BW","emote":{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_BW","token":"hitsqu6LOL1_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_HF","emote":{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_HF","token":"hitsqu6LOL1_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_SG","emote":{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_SG","token":"hitsqu6LOL1_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_SQ","emote":{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_SQ","token":"hitsqu6LOL1_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_TK","emote":{"id":"emotesv2_1b5b287e02fd424aa200120f33c9a8d2_TK","token":"hitsqu6LOL1_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f","isUnlockable":true,"emote":{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f","token":"hitsqu6LOL2","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_BW","emote":{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_BW","token":"hitsqu6LOL2_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_HF","emote":{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_HF","token":"hitsqu6LOL2_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_SG","emote":{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_SG","token":"hitsqu6LOL2_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_SQ","emote":{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_SQ","token":"hitsqu6LOL2_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_TK","emote":{"id":"emotesv2_3027128007b5461f872f513cd6ebb60f_TK","token":"hitsqu6LOL2_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"},{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514","isUnlockable":true,"emote":{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514","token":"hitsqu6LOVE1","__typename":"CommunityPointsEmote"},"modifications":[{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_BW","emote":{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_BW","token":"hitsqu6LOVE1_BW","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/greyscale-light-4.png","__typename":"CommunityPointsImage"},"title":"Greyscale","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_HF","emote":{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_HF","token":"hitsqu6LOVE1_HF","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/horizontal-flip-light-4.png","__typename":"CommunityPointsImage"},"title":"Horizontal Flip","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_SG","emote":{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_SG","token":"hitsqu6LOVE1_SG","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-1.png","url2x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-2.png","url4x":"https://static-cdn.jtvnw.net/channel-points-icons/sunglasses-light-4.png","__typename":"CommunityPointsImage"},"title":"Sunglasses","globallyUpdatedForIndicatorAt":"2019-09-03T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_SQ","emote":{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_SQ","token":"hitsqu6LOVE1_SQ","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/squished-light-4.png","__typename":"CommunityPointsImage"},"title":"Squished","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"},{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_TK","emote":{"id":"emotesv2_4e3b70446a3146ce9583e7705778a514_TK","token":"hitsqu6LOVE1_TK","__typename":"CommunityPointsEmote"},"modifierIconDark":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-dark-4.png","__typename":"CommunityPointsImage"},"modifierIconLight":{"url":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-1.png","url2x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-2.png","url4x":"https://static-cdn.jtvnw.net/automatic-reward-images/thinking-light-4.png","__typename":"CommunityPointsImage"},"title":"Thinking","globallyUpdatedForIndicatorAt":"2019-10-17T21:00:00Z","__typename":"CommunityPointsEmoteModification"}],"__typename":"CommunityPointsEmoteVariant"}],"earning":{"id":"Y29wb0NoYW5uZWxFYXJuaW5nU2V0dGluZ3M6MTM3NjE2NjQ3","averagePointsPerHour":220,"cheerPoints":350,"claimPoints":50,"followPoints":300,"passiveWatchPoints":10,"raidPoints":250,"subscriptionGiftPoints":500,"watchStreakPoints":[{"points":300,"__typename":"CommunityPointsWatchStreakEarningSettings"},{"points":350,"__typename":"CommunityPointsWatchStreakEarningSettings"},{"points":400,"__typename":"CommunityPointsWatchStreakEarningSettings"},{"points":450,"__typename":"CommunityPointsWatchStreakEarningSettings"}],"multipliers":[{"reasonCode":"SUB_T1","factor":0.2,"__typename":"CommunityPointsMultiplier"},{"reasonCode":"SUB_T2","factor":0.4,"__typename":"CommunityPointsMultiplier"},{"reasonCode":"SUB_T3","factor":1,"__typename":"CommunityPointsMultiplier"}],"__typename":"CommunityPointsChannelEarningSettings"}}},"__typename":"User","self":{"isModerator":false,"__typename":"UserSelfConnection"}},"currentUser":{"id":"153584197","communityPoints":{"lastViewedContent":[{"contentID":"SINGLE_MESSAGE_BYPASS_SUB_MODE","contentType":"AUTOMATIC_REWARD","lastViewedAt":"2022-09-14T16:40:26.170663424Z","__typename":"CommunityPointsLastViewedContentByTypeAndID"},{"contentID":"SEND_HIGHLIGHTED_MESSAGE","contentType":"AUTOMATIC_REWARD","lastViewedAt":"2022-09-16T01:28:53.866610503Z","__typename":"CommunityPointsLastViewedContentByTypeAndID"},{"contentID":"RANDOM_SUB_EMOTE_UNLOCK","contentType":"AUTOMATIC_REWARD","lastViewedAt":"2022-09-14T16:40:26.170663424Z","__typename":"CommunityPointsLastViewedContentByTypeAndID"},{"contentID":"CHOSEN_SUB_EMOTE_UNLOCK","contentType":"AUTOMATIC_REWARD","lastViewedAt":"2022-09-14T21:15:38.474582396Z","__typename":"CommunityPointsLastViewedContentByTypeAndID"},{"contentID":"CHOSEN_MODIFIED_SUB_EMOTE_UNLOCK","contentType":"AUTOMATIC_REWARD","lastViewedAt":"2022-09-09T19:04:28.938819861Z","__typename":"CommunityPointsLastViewedContentByTypeAndID"}],"__typename":"CommunityPointsUserProperties"},"__typename":"User"}},"extensions":{"durationMilliseconds":109,"operationName":"ChannelPointsContext","requestID":"01GD38370R18XS7ZX7DXWFC0JH"}}
16/09/22 10:34:01 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 202
16/09/22 10:34:02 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '137616647', 'claimID': '683bdedd-49e4-4c42-bb20-9c81676b41cc'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":1,"operationName":"ClaimCommunityPoints","requestID":"01GD3837CESX7BN08KRFMZ19KY"}}
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET /hitsquadgodfather HTTP/1.1" 200 None
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): static.twitchcdn.net:443
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_make_request]: https://static.twitchcdn.net:443 "GET /config/settings.17b22fa2a5c388b00f60d6ad8564fb90.js HTTP/1.1" 200 35261
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:34:02 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:34:02 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":62,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD3837RGAZFSNWFDS12ABH53"}}
16/09/22 10:34:02 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:34:02 - INFO - TwitchChannelPointsMiner.classes.Chat - [run]: Join IRC Chat: hitsquadgodfather
16/09/22 10:34:02 - INFO - TwitchChannelPointsMiner.classes.entities.Streamer - [set_online]: hitsquadgodfather (11.34k points) is Online!
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"LISTEN","nonce":"MnTtgIR73bvCtmDsxdfudPmlRqtNwR","data":{"topics":["community-points-user-v1.153584197"],"auth_token":"4v0bxza6klnhasq5borptb9uuyav4u"}}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"LISTEN","nonce":"51AOhFqvtWLf9rssFJlPmxLg36a2Pz","data":{"topics":["predictions-user-v1.153584197"],"auth_token":"4v0bxza6klnhasq5borptb9uuyav4u"}}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"LISTEN","nonce":"p0HZZoyX7aSiQ1Hcv86GdjKPN4vb9n","data":{"topics":["video-playback-by-id.137616647"]}}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"LISTEN","nonce":"zyREML7BYLvY7hM2r0ElOiIpfLgXgL","data":{"topics":["predictions-channel-v1.137616647"]}}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"RESPONSE","error":"","nonce":"MnTtgIR73bvCtmDsxdfudPmlRqtNwR"}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"RESPONSE","error":"","nonce":"51AOhFqvtWLf9rssFJlPmxLg36a2Pz"}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"RESPONSE","error":"","nonce":"p0HZZoyX7aSiQ1Hcv86GdjKPN4vb9n"}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"RESPONSE","error":"","nonce":"zyREML7BYLvY7hM2r0ElOiIpfLgXgL"}
16/09/22 10:34:03 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:34:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335269.770900,\"viewers\":2510}"}}
16/09/22 10:34:30 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:34:30 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:34:36 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"commercial\",\"server_time\":1663335277.30876,\"length\":180,\"scheduled\":true}"}}
16/09/22 10:34:55 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:34:56 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:34:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335299.777806,\"viewers\":2505}"}}
16/09/22 10:35:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:35:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:35:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.34k points) - Status code: 204
16/09/22 10:35:21 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:35:21 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:35:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335329.719239,\"viewers\":2505}"}}
16/09/22 10:35:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:35:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:35:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.34k points) - Status code: 204
16/09/22 10:35:47 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:35:47 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:35:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335359.735843,\"viewers\":2505}"}}
16/09/22 10:36:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:36:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:36:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.34k points) - Status code: 204
16/09/22 10:36:12 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:36:12 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:36:29 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335390.068985,\"viewers\":2505}"}}
16/09/22 10:36:29 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:36:29 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:36:29 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":59,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD387Q5ZAR0NT71477W2ZRXY"}}
16/09/22 10:36:29 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:36:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:36:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:36:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.34k points) - Status code: 204
16/09/22 10:36:42 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:36:42 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:36:59 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335420.105109,\"viewers\":2505}"}}
16/09/22 10:37:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:37:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:37:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.34k points) - Status code: 204
16/09/22 10:37:09 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:37:09 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:37:11 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"community-points-user-v1.153584197","message":"{\"type\":\"points-earned\",\"data\":{\"timestamp\":\"2022-09-16T13:37:12.211181809Z\",\"channel_id\":\"137616647\",\"point_gain\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"total_points\":60,\"baseline_points\":50,\"reason_code\":\"CLAIM\",\"multipliers\":[{\"reason_code\":\"SUB_T1\",\"factor\":0.2}]},\"balance\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"balance\":11400}}}"}}
16/09/22 10:37:11 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: +60 → hitsquadgodfather (11.4k points) - Reason: CLAIM.
16/09/22 10:37:11 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"community-points-user-v1.153584197","message":"{\"type\":\"claim-claimed\",\"data\":{\"timestamp\":\"2022-09-16T13:37:12.217518249Z\",\"claim\":{\"id\":\"683bdedd-49e4-4c42-bb20-9c81676b41cc\",\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"point_gain\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"total_points\":60,\"baseline_points\":50,\"reason_code\":\"CLAIM\",\"multipliers\":[{\"reason_code\":\"SUB_T1\",\"factor\":0.2}]},\"created_at\":\"2022-09-16T03:55:20Z\"}}}"}}
16/09/22 10:37:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335449.926828,\"viewers\":2505}"}}
16/09/22 10:37:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:37:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:37:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.4k points) - Status code: 204
16/09/22 10:37:38 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:37:38 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:37:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335479.878208,\"viewers\":2514}"}}
16/09/22 10:38:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:38:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:38:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.4k points) - Status code: 204
16/09/22 10:38:07 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:38:07 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:38:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335509.943789,\"viewers\":2511}"}}
16/09/22 10:38:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:38:33 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:38:33 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:38:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:38:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.4k points) - Status code: 204
16/09/22 10:38:58 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:38:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335539.918929,\"viewers\":2516}"}}
16/09/22 10:38:58 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:38:59 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:38:59 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":64,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD38C9F4RTRMAY22YXC82MXE"}}
16/09/22 10:38:59 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:38:59 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:39:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:39:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:39:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.4k points) - Status code: 204
16/09/22 10:39:07 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"community-points-user-v1.153584197","message":"{\"type\":\"points-earned\",\"data\":{\"timestamp\":\"2022-09-16T13:39:08.851859586Z\",\"channel_id\":\"137616647\",\"point_gain\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"total_points\":12,\"baseline_points\":10,\"reason_code\":\"WATCH\",\"multipliers\":[{\"reason_code\":\"SUB_T1\",\"factor\":0.2}]},\"balance\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"balance\":11412}}}"}}
16/09/22 10:39:07 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: +12 → hitsquadgodfather (11.41k points) - Reason: WATCH.
16/09/22 10:39:25 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:39:26 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:39:31 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335572.164308,\"viewers\":2522}"}}
16/09/22 10:39:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:39:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:39:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:39:54 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:39:54 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:40:01 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335602.220862,\"viewers\":2522}"}}
16/09/22 10:40:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:40:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:40:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:40:20 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:40:20 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:40:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335629.905623,\"viewers\":2520}"}}
16/09/22 10:40:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:40:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:40:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:40:47 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:40:48 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:40:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335659.924294,\"viewers\":2510}"}}
16/09/22 10:41:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:41:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:41:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:41:14 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:41:14 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:41:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335689.892407,\"viewers\":2514}"}}
16/09/22 10:41:28 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:41:29 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:41:29 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":68,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD38GVYE4VCGNBP6XKV5ZRWC"}}
16/09/22 10:41:29 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:41:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:41:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:41:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:41:44 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:41:44 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:41:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335719.899610,\"viewers\":2512}"}}
16/09/22 10:42:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:42:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:42:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:42:12 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:42:12 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:42:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335749.651211,\"viewers\":2521}"}}
16/09/22 10:42:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:42:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:42:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:42:39 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:42:40 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:42:52 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"commercial\",\"server_time\":1663335774.073394,\"length\":180,\"scheduled\":true}"}}
16/09/22 10:42:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335779.681352,\"viewers\":2505}"}}
16/09/22 10:43:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:43:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:43:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:43:07 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:43:07 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:43:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335809.704973,\"viewers\":2505}"}}
16/09/22 10:43:32 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:43:32 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:43:58 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:43:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:43:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335839.779157,\"viewers\":2505}"}}
16/09/22 10:43:58 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:43:58 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:43:58 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":61,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD38NEA3Y9G1CKTTPVPENKN2"}}
16/09/22 10:43:58 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:44:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:44:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:44:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.41k points) - Status code: 204
16/09/22 10:44:06 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"community-points-user-v1.153584197","message":"{\"type\":\"points-earned\",\"data\":{\"timestamp\":\"2022-09-16T13:44:08.099542308Z\",\"channel_id\":\"137616647\",\"point_gain\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"total_points\":12,\"baseline_points\":10,\"reason_code\":\"WATCH\",\"multipliers\":[{\"reason_code\":\"SUB_T1\",\"factor\":0.2}]},\"balance\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"balance\":11424}}}"}}
16/09/22 10:44:07 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: +12 → hitsquadgodfather (11.42k points) - Reason: WATCH.
16/09/22 10:44:26 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:44:27 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:44:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335869.648017,\"viewers\":2505}"}}
16/09/22 10:44:52 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:44:52 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:44:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335899.657892,\"viewers\":2505}"}}
16/09/22 10:45:02 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:45:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:45:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.42k points) - Status code: 204
16/09/22 10:45:17 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:45:18 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:45:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335929.853245,\"viewers\":2505}"}}
16/09/22 10:45:44 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:45:44 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:45:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335959.768879,\"viewers\":2505}"}}
16/09/22 10:46:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:46:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:46:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.42k points) - Status code: 204
16/09/22 10:46:09 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:46:09 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:46:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663335989.850127,\"viewers\":2518}"}}
16/09/22 10:46:28 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:46:29 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:46:29 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":60,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD38T0VTVERCY3R4YYYXYVS0"}}
16/09/22 10:46:29 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:46:36 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:46:37 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:46:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336019.895947,\"viewers\":2514}"}}
16/09/22 10:47:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:47:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:47:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.42k points) - Status code: 204
16/09/22 10:47:06 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:47:07 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:47:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336050.015591,\"viewers\":2514}"}}
16/09/22 10:47:34 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:47:34 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:47:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336079.989517,\"viewers\":2515}"}}
16/09/22 10:47:59 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:47:59 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:48:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:48:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:48:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.42k points) - Status code: 204
16/09/22 10:48:26 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:48:26 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:48:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336109.759380,\"viewers\":2531}"}}
16/09/22 10:48:54 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:48:55 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:48:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336139.806771,\"viewers\":2525}"}}
16/09/22 10:48:58 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:48:58 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:48:59 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2505,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":66,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD38YK9EP5C8EB83WHNX5DZN"}}
16/09/22 10:48:59 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:49:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:49:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:49:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.42k points) - Status code: 204
16/09/22 10:49:07 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"community-points-user-v1.153584197","message":"{\"type\":\"points-earned\",\"data\":{\"timestamp\":\"2022-09-16T13:49:08.415561948Z\",\"channel_id\":\"137616647\",\"point_gain\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"total_points\":12,\"baseline_points\":10,\"reason_code\":\"WATCH\",\"multipliers\":[{\"reason_code\":\"SUB_T1\",\"factor\":0.2}]},\"balance\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"balance\":11436}}}"}}
16/09/22 10:49:07 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: +12 → hitsquadgodfather (11.44k points) - Reason: WATCH.
16/09/22 10:49:07 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"community-points-user-v1.153584197","message":"{\"type\":\"claim-available\",\"data\":{\"timestamp\":\"2022-09-16T13:49:08.424740015Z\",\"claim\":{\"id\":\"5b091900-af5f-4a31-9a19-d4962ee41a54\",\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"point_gain\":{\"user_id\":\"153584197\",\"channel_id\":\"137616647\",\"total_points\":60,\"baseline_points\":50,\"reason_code\":\"CLAIM\",\"multipliers\":[{\"reason_code\":\"SUB_T1\",\"factor\":0.2}]},\"created_at\":\"2022-09-16T13:49:05Z\"}}}"}}
16/09/22 10:49:07 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:49:07 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 202
16/09/22 10:49:07 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '137616647', 'claimID': '5b091900-af5f-4a31-9a19-d4962ee41a54'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":2,"operationName":"ClaimCommunityPoints","requestID":"01GD38YVQQFT8R5NHY3HKWAFJC"}}
16/09/22 10:49:21 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:49:21 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:49:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336169.887185,\"viewers\":2531}"}}
16/09/22 10:49:48 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:49:49 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:49:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336199.860606,\"viewers\":2530}"}}
16/09/22 10:50:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:50:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:50:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.44k points) - Status code: 204
16/09/22 10:50:16 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:50:17 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:50:29 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336229.790556,\"viewers\":2529}"}}
16/09/22 10:50:34 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"commercial\",\"server_time\":1663336235.830449,\"length\":180,\"scheduled\":true}"}}
16/09/22 10:50:41 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:50:42 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:50:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336259.728178,\"viewers\":2534}"}}
16/09/22 10:51:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:51:03 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:51:03 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.44k points) - Status code: 204
16/09/22 10:51:08 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:51:08 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:51:28 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336289.737843,\"viewers\":2534}"}}
16/09/22 10:51:28 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
16/09/22 10:51:28 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 921
16/09/22 10:51:28 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'VideoPlayerStreamInfoOverlayChannel', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': 'a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2'}}, 'variables': {'channel': 'hitsquadgodfather'}}, Status code: 200, Content: {"data":{"user":{"id":"137616647","profileURL":"https://www.twitch.tv/hitsquadgodfather","displayName":"hitsquadgodfather","login":"hitsquadgodfather","profileImageURL":"https://static-cdn.jtvnw.net/jtv_user_pictures/39c5cf18-dd7d-4fff-8c6f-5006716aca7a-profile_image-150x150.png","broadcastSettings":{"id":"137616647","title":"🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames","game":{"id":"32507","displayName":"SMITE","name":"SMITE","__typename":"Game"},"__typename":"BroadcastSettings"},"stream":{"id":"41268647067","viewersCount":2534,"tags":[{"id":"6ea6bca4-4712-4ab9-a906-e3336a9d8039","localizedName":"English","__typename":"Tag"},{"id":"0c7fba97-7a4e-4582-8515-f604027164db","localizedName":"Rerun","__typename":"Tag"}],"__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":61,"operationName":"VideoPlayerStreamInfoOverlayChannel","requestID":"01GD3935QG352QPSDPTHTVW05N"}}
16/09/22 10:51:28 - DEBUG - TwitchChannelPointsMiner.classes.entities.Stream - [update]: Update: 🟢24/7🟢[FREEGAMES]Smite + Trivia, Giveaways, MiniGames
16/09/22 10:51:33 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:51:34 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:51:58 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"MESSAGE","data":{"topic":"video-playback-by-id.137616647","message":"{\"type\":\"viewcount\",\"server_time\":1663336319.720847,\"viewers\":2534}"}}
16/09/22 10:52:03 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443
16/09/22 10:52:03 - DEBUG - TwitchChannelPointsMiner.classes.TwitchWebSocket - [send]: #0 - Send: {"type":"PING"}
16/09/22 10:52:04 - DEBUG - urllib3.connectionpool - [_make_request]: https://video-edge-2ba83f.pdx01.abs.hls.ttvnw.net:443 "POST /v1/segment/CmuZ-rZ5cPbDlb6hxRSyU8gslOPQ5r_V0jclgf3TlZmzY404DenZKZun7XTpPo-qdo4zAy0vUNA7Yew7gfjFn-a0G4m-8PuTvZCZUpYNWLTyd88taUbwA9BeItWgc6zQqk2AuoH3fTs80c9NNYLAQDqaEb270v9Sk-6mmViV2qHrYsorCFdO9FHmM9Os49voLlC3gZDeQ-qpSJyof-AxuWxs1N0cgf7eMX3BkNaf6RUFlj9bacFY4mHUTxj8I5R6mri5BKdAWLFgZ3Wp_qpoeXu6UPDsOCFDbfoTl5rHmcLshq1_iPWqwzCieDADSoX8YZjb1A9Ypax4t2RwwOfQTbPZHzeokIqUD7KER5wmEOD7FpDHsuz9eQjsDAb_XG7GTFaAMf0GcBwOd-7bP2oPuJBNDA9g-eurdyI8XwKRywUqdnuWe86bZng9Hbav7ZfAryZs1w1NAoVL54lc_ypzcyk-LiP3fnTQ3IltbaDngmISfeBGlppt2VH8D57xE03rSiLlBHLM3wlloUowniifToRv3K6JZPMpRefwR-hoGIQdKXOlvD_Etb2Zo89xYQU-NFAAVLyUOGyOnQJeCGQI7KVW76vKEe8A5wYdUecrr1qEc8QdiCnowGYVlCqlDolPfUozo9ETbxiOtLzO5T_Q4tg1_dMqqmpTGuilzSAruWmwlCmxAE0NWBJCV0Q5RslknvSNrivW4PmXU_AAhzxNUMSeI3pcROkdXoAKTpYDycY-RHkUBUYqlB9DuVV-YyQpn2O0nB1ZlWoehvNL.ts HTTP/1.1" 204 0
16/09/22 10:52:04 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [send_minute_watched_events]: Send minute watched request for hitsquadgodfather (11.44k points) - Status code: 204
16/09/22 10:52:04 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: { "type": "PONG" }
16/09/22 10:52:13 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [end]: CTRL+C Detected! Please wait just a moment!
16/09/22 10:52:13 - INFO - TwitchChannelPointsMiner.classes.Chat - [stop]: Leave IRC Chat: hitsquadgodfather
16/09/22 10:52:13 - INFO - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_close]: #0 - WebSocket closed
16/09/22 10:52:23 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [__print_report]: Ending session: 'bdd3ae7d-2c98-42fc-99f9-730b3d268ba9'
16/09/22 10:52:23 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [__print_report]: Logs file: E:\twitch-miner\twitch-miner\runs\logs\tinyhero_.log
16/09/22 10:52:23 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [__print_report]: Duration 0:18:23.450055
16/09/22 10:52:23 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [__print_report]: Streamer(username=hitsquadgodfather, channel_id=137616647, channel_points=11.44k), Total Points Gained (after farming - before farming): 96
16/09/22 10:52:23 - INFO - TwitchChannelPointsMiner.TwitchChannelPointsMiner - [__print_report]: CLAIM(1 times, 60 gained), WATCH(3 times, 36 gained)
bossoq commented 1 year ago

@TinyHero13 Try replace this file Twitch.py.zip in ./TwitchChannelPointsMiner/classes/

TinyHero13 commented 1 year ago

@bossoq I have replaced the file, but is this the debug log for integrity?

16/09/22 11:58:55 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '137616647', 'claimID': '0132ba7f-2554-4c2c-94bf-21edae5538d1'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":2,"operationName":"ClaimCommunityPoints","requestID":"01GD3CYNVDEK0WVEG1191YH1RB"}}
bossoq commented 1 year ago

@bossoq I have replaced the file, but is this the debug log for integrity?

16/09/22 11:58:55 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '137616647', 'claimID': '0132ba7f-2554-4c2c-94bf-21edae5538d1'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":2,"operationName":"ClaimCommunityPoints","requestID":"01GD3CYNVDEK0WVEG1191YH1RB"}}

I didn't see any Integrity Token. Please try to search for post_integrity. It should be call on start up.

example

17/09/22 11:57:05 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_integrity]: Data: [], Status code: 200, Content: {"token":"v4.public.eyJj################verylongtoken############","expiration":1663419425188,"request_id":"#########################"}
TinyHero13 commented 1 year ago

@bossoq I have replaced the file, but is this the debug log for integrity?

16/09/22 11:58:55 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '137616647', 'claimID': '0132ba7f-2554-4c2c-94bf-21edae5538d1'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":2,"operationName":"ClaimCommunityPoints","requestID":"01GD3CYNVDEK0WVEG1191YH1RB"}}

I didn't see any Integrity Token. Please try to search for post_integrity. It should be call on start up.

example

17/09/22 11:57:05 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_integrity]: Data: [], Status code: 200, Content: {"token":"v4.public.eyJj################verylongtoken############","expiration":1663419425188,"request_id":"#########################"}

Can't find the post_integrity in the log: image

bossoq commented 1 year ago

@bossoq I have replaced the file, but is this the debug log for integrity?


16/09/22 11:58:55 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ClaimCommunityPoints', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '46aaeebe02c99afdf4fc97c7c0cba964124bf6b0af229395f1f6d1feed05b3d0'}}, 'variables': {'input': {'channelID': '137616647', 'claimID': '0132ba7f-2554-4c2c-94bf-21edae5538d1'}}}, Status code: 200, Content: {"errors":[{"message":"failed integrity check"}],"extensions":{"challenge":{"type":"integrity"},"durationMilliseconds":2,"operationName":"ClaimCommunityPoints","requestID":"01GD3CYNVDEK0WVEG1191YH1RB"}}

I didn't see any Integrity Token. Please try to search for post_integrity. It should be call on start up.

example


17/09/22 11:57:05 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_integrity]: Data: [], Status code: 200, Content: {"token":"v4.public.eyJj################verylongtoken############","expiration":1663419425188,"request_id":"#########################"}

Can't find the post_integrity in the log:

image

Which method did you run the miner? It seems like you run with an old version.

AbdulMoeezBaig commented 1 year ago

Feel free to test my PR #594 to fix this issue.

Cheers 🎉

Can someone mention how to implement the fix? [is it just replacing the 2 mentioned files or is there more to it?]

moudaz commented 1 year ago

594 fixed it for me until this morning, when I started getting "failed integrity check" again. I just patched the most recent commit, still getting the same error message. Does the integrity token need refreshing somehow?

Rakambda commented 1 year ago

Twitch has new headers on the integrity call, though will be harder to find how it works I think.

The solution used seems quite targeted at bots : https://www.kasada.io