cafce25 / twitchctl

Twitch cli
6 stars 1 forks source link

Generating our own tokens #19

Open ModProg opened 3 years ago

ModProg commented 3 years ago

mr Halzy said it's easy

ModProg commented 3 years ago

If this is not possible, add a command to add a token and store it in

.config/twitchctl/config.smth
hardliner66 commented 3 years ago

There is an oauth flow for this, but you need a client_id and a client_secret for that. For inspiration we can have a look at the official twitch cli (https://github.com/twitchdev/twitch-cli/tree/main/internal/login).