Only requires a few tools to do:
Docker Desktop
Git (optional); simply download repo manually otherwise
First you’ll need the auth token to twitch, simply log in and open developer tools (F12 for Edge) and look under the “Application” tab, on the sidebar you should see a “Storage” section and under it you will see a “cookies” section. Look for the item for “https://www.twitch.tv” – in the table, you should see an item called “auth-token”.
Instructions
In powershell, run the following:
cd $([Environment]::GetFolderPath("Desktop"))
git clone https://github.com/cyberofficial/TTVDropBot.git TTVDropBot
cd TTVDropBot
docker build . -t twitchdropbot
Replace “{twitch-auth-token}” with the “auth-token” value you saved earlier.
docker run -d --name ttvdropbot -e ttvdropbot_displayless=true -e ttvdropbot_token={twitch-auth-token} -e ttvdropbot_games="World_of_Warcraft" -e ttvdropbot_autoclaim=true -e ttvdropbot_collectpoints=false twitchdropbot