Stop spending time watching streams for 4 hours, just to have ugly weapon skins: Automate it all !
- 🔐 Cookie-based login
- 📜 Auto accept cookie policy
- ⏳ Takes into account the progress of the different drops
- 🔁 Automatically choose the streamer with the most progress
- 🚩 Allow a list of streamers with a priority
- 🤐 Unmuted stream
- 🛠 Detect mature content-based stream and interact with it
- ❌ Ban streamers who already have a drop claimed
- 📽 Automatic lowest possible resolution settings
- Login to your twitch account
- Open inspector(F12 or Ctrl+Shift+I) on main site
- Find the stored cookie section
- Copy auth-token
- Clone this repo
- Install Chromium
- Usually the path to the Chromium executable is: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
- Install the dependencies with
npm install
- Start the program with
npm start
ornpm run start
- Login to your twitch account
- Open inspector(F12 or Ctrl+Shift+I) on main site
- Find the stored cookie section
- Copy auth-token
- Clone this repo
- Install Chromium: TUTORIAL 🤗
- Locate Chromium executable:
whereis chromium
orwhereis chromium-browser
- Install the dependencies with
npm install
- Start the program with
npm start
ornpm run start
If you want to see what the program is doing, you can enable the browser with the command npm run debug
This code is for personnal purposes only. Do not attempt to violate the law with anything contained here. I will not be responsible for any illegal actions. Reproduction and copy is authorised, provided the source is acknowledged.