So https://twitchapps.com/tokengen/# is using user client ID to generate OAuth token. So for a small app to show top streams and top games only, will this work?
It was mentioned that you need to provide OAuth token with the matching client-id and here this tool is using client-id to generate OAuth token.
So will this work? It’s a small app for a self project and there is no commercial use.
The advice is to create your open Application/Client-ID
As otherwise you have to go back to the tool to generate a new key manually every time your key expires.
So yes it would work, but it’s not advised to use it beyond testing.