Twitch CLI Chatbot Auth Scopes
This is what I tried to do to get auth keys for a Twitch Chatbot from the Twitch CLI tool.
When I tried there was a bug with the redirection that prevented it from working.
Leaving this here in hopes it gets corrected.
twitch configure
# Enter Client ID
# Enter Client Secret
twitch token -u -s \
channel:moderate chat:edit chat:read \
whispers:read whispers:edit
-- end of line --
References
-
This is the page where I got the scopes listed as being necessary for the chatbot