Automate Twitch Drops

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

But why? It’s already so easy. Are you trying to hack me with all that? :scream:

lol just get the Automatic Twitch: Drops, Moments and Points extension for chrome or Channel Point & Drop Collector for firefox

It is easy, but annoying in my opinion. And if you’re concerned about that you should check out the source in repo; my intention is to help others who’d rather not be bothered keeping a tab open for hours to simply ignore it.