Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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

References