Skip to content

Ant1-21/WidgetTwitch

Repository files navigation

Twitch channels Übersicht Widgets

Screenshot

Get Twitch credentials

  • Create a Twitch app in Twitch console following this tutorial
  • Get your Client identifier.
  • Generate a new Client secret.
  • Create a .env file in app directory.
  • Set your Client ID and Secret in .env file like in the example below.
ID=<your-client-id>
SECRET=<your-client-secret>

Install python modules requirements

pip3 install -r requirements.txt

How to change the channels list

Add the different channels names to the channels.txt file.