diff --git a/Twitch-integration.md b/Twitch-integration.md index 17e8c6e..125df12 100644 --- a/Twitch-integration.md +++ b/Twitch-integration.md @@ -2,6 +2,9 @@ This project supports downloading and monitoring twitch streams from your favori First of all you need to create an app in your [Twitch Developer Console](https://dev.twitch.tv/console/apps/create) and obtain the **client-id** and **client secret**. +> [!NOTE] +> While creating a new app you don't need a callback url, just put https:// + In your `config.yml` add the following object: ```yaml @@ -11,4 +14,9 @@ twitch: check_interval: 2m # follows standard go Duration format (e.g. 2m30s, 1h, 30s) ``` +> [!WARNING] +> Longer intervals may prevent Twitch API limitations + After that connect to the web ui and navigate to the Twitch section. + +Happy archiving 😎 \ No newline at end of file