guttir14
Results
3
issues of
guttir14
await page.goto(url, {"waitUntil": "networkidle0"}) sometimes blocks the code execution.
bug
help wanted
just post request to gql.twitch.tv/gql with Autorization token ( {Authorization: "Oauth " + cookie.token} ) in header and with body: ```json { "operationName": "OnsiteNotifications_ListNotifications", "variables": { "limit": 3, "cursor": "",...
enhancement
help wanted