Skip to content

TobiasPankner/Twitch-Unfollower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitch-Unfollower

GitHub stars Donate

Python script to mass unfollow twitch channels.
Since websites that used to do the same don't work anymore, I created this simple Web Automation program to quickly unfollow alot of channels.

Prerequisites

Getting your twitch authorization

Treat these headers like your password!

  1. Log into your Twitch account
  2. Open Chrome dev tools (F12) -> Network tab
  3. Refresh the page (F5)
  4. Find a request to https://gql.twitch.tv/gql in the list.
  5. Right-click on the request -> Copy -> Copy as cURL (bash)

demo

Run the script

  1. Install dependencies: pip install -r requirements.txt
  2. Get your twitch authorization by copying the request as cURL (bash).
  3. Create a file called "curl.txt" in the same directory as the script.
  4. Paste the copied cURL command into curl.txt.
  5. Run unfollower.py: python unfollower.py

About

Unfollow everyone on twitch

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages