Skip to content

Fadel2000gazal/Twitch-Unfollower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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
  3. Refresh the page
  4. Copy the cookie of one of the gql requests (Right click -> Copy -> Copy request headers)

image

Run the script

  1. Install dependencies: pip install -r requirements.txt
  2. Get your twitch authorization
  3. Create a file called "headers.txt" and paste the headers in there
  4. Run unfollower.py: python unfollower.py

About

Unfollow everyone on twitch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%