dannywolfmx / twitch-chat-voice

Twitch chat to voice
MIT License
6 stars 2 forks source link

Integration to the Twitch API #4

Open dannywolfmx opened 2 years ago

dannywolfmx commented 2 years ago

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.

dannywolfmx commented 2 years ago

Save the token in the .env file

dannywolfmx commented 1 year ago

VIP Mode done

The get images part is not longer required for the new UI.

The VIP only mode need a button in the UI to close this issue