Go to twitch.tv then click on F12 and go inside the developer console (on the upper tabs) and paste this inside and press enter:
console.log(decodeURIComponent(document.cookie).match('(?<="authToken":")[a-zA-z0-9]+')[0]);Go to dev.twitch.tv/console register a new application and add the needed info.
- Install Node.js
- Install the npm packages
npm i - Rename
config.json.exampletoconfig.json - Edit
config.json - Double click on
start.bat
Important: Always use chrome, not chromium
- Login via
authTokengiven within cookies of twitch - Checks and claims twitch drops automatically
- Localization done by entering the alpha-2 of your country. A list can be found here
- Watch fixed streamers, eg. you want to idle for a specific channel due to it having a unique drop / also checks if the game is the same as in the config
d3v, alexsimpler

