Python Twitch API Follow

I linked you to an implicit auth example, already…

  1. This is an example of a outbound link for the scope needed for the follows endpoint https://id.twitch.tv/oauth2/authorize?client_id=YourClientID&redirect_uri=YourRedirect&response_type=code&scope=user_follows_edit

You may find that TwitchClient that you imported can already handle this. I’m not python native and I’m not sure how much code you want, as an example would just build the whole thing for you and you’d learn nothing