We can gain the next functions if we get access to the Twitch API:
VIP only text to voice (to prevent spam messages ).
Easy way to get the profile images.
To do this we need to get a application token from the twitch plattaform using the "Implicit grant flow method" opening the default os browser and ask the user for privileges for the app. (This method is recommended for application type systems).
After that the twitch page will redirect the user to de default redirect page like localhost:8080/twitch/app and append to the query url the bearer token to work with the api.
We can gain the next functions if we get access to the Twitch API:
To do this we need to get a application token from the twitch plattaform using the "Implicit grant flow method" opening the default os browser and ask the user for privileges for the app. (This method is recommended for application type systems).
After that the twitch page will redirect the user to de default redirect page like localhost:8080/twitch/app and append to the query url the bearer token to work with the api.