Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
purplescorpion1 authored Dec 12, 2024
1 parent 4bf6c3e commit e857a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ node twitch_followed.js
<br>
It will ask for the <br>
User ID (Twitch username converted to ID) <br>
Twitch 0Auth <br>
Twitch OAuth <br>
Access token <br>
ClientID <br>

Expand All @@ -75,7 +75,7 @@ Type (you may have to type confirmation to enable pasting of code into console f
document.cookie.split("; ").find(item=>item.startsWith("auth-token="))?.split("=")[1]
```
Copy the resulting string consisting of 30 alphanumerical characters without any quotations <br>
Copy Twitch 0Auth to Twitch_Followed to cmd/terminal <br>
Copy Twitch OAuth to Twitch_Followed to cmd/terminal <br>
<br>
Go to https://twitchtokengenerator.com/ <br>
Under available token scopes set user:read:follows to Yes <br>
Expand Down

0 comments on commit e857a80

Please sign in to comment.