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.
- Python3 (Download)
Treat these headers like your password!
- Log into your Twitch account
- Open Chrome dev tools (F12) -> Network tab
- Refresh the page (F5)
- Find a request to
https://gql.twitch.tv/gql
in the list. - Right-click on the request -> Copy -> Copy as cURL (bash)
- Install dependencies:
pip install -r requirements.txt
- Get your twitch authorization by copying the request as cURL (bash).
- Create a file called "curl.txt" in the same directory as the script.
- Paste the copied cURL command into
curl.txt
. - Run unfollower.py:
python unfollower.py