An extension for Deckboard that allows you to control your Kick.com stream via the official API.
- Secure Login: Authentication via the official OAuth2 flow.
- Send Message: Automatically send messages to the chat.
- Shoutout: Give a shoutout to another streamer (e.g.,
!so @user). - (Coming Soon): Manage stream title/game and moderation tools.
To use this extension, you must create a free application on the Kick Developer Portal. Follow these steps:
- Enable 2FA: Two-Factor Authentication must be enabled on your Kick account (Settings > Security).
- Go to the Kick Developer Portal.
- Click the Create App button.
- Fill in the information:
- Name:
Deckboard Control(or any name you prefer). - Redirect URL:
⚠️ http://localhost:3000/callback(You must use this exact address for the connection to work).
- Name:
- Confirm creation.
- Copy the Client ID and Client Secret displayed on the screen.
Click on the Kick Control extension icon and enter:
- Client ID: The ID you just created.
- Client Secret: The associated secret key.
- Kick User ID: Your unique numeric User ID.
- Download the latest version (
.zip) from the Releases tab. - Unzip the folder into the Deckboard
extensionsdirectory:- Windows:
C:\Users\YourName\deckboard\extensions\
- Windows:
- Open a terminal in this folder and install dependencies:
npm install
- Restart Deckboard.
- Developed by KastOneR.
- Special thanks to @rivafarabi for creating Deckboard.
MIT License.
Une extension pour Deckboard permettant de contrôler votre stream Kick.com via l'API officielle.
- Connexion Sécurisée : Authentification via OAuth2 officiel.
- Envoyer un message : Envoyer des messages dans le chat automatiquement.
- Shoutout : Faire une dédicace à un autre streamer (ex:
!so @user).
Pour utiliser cette extension, vous devez créer une application gratuite sur le portail développeur de Kick. Voici la marche à suivre étape par étape :
- Activez la 2FA : La double authentification doit être active sur votre compte Kick (Paramètres > Sécurité).
- Accédez au Portail Développeur Kick.
- Cliquez sur le bouton Create App.
- Remplissez les informations :
- Name :
Deckboard Control(ou le nom de votre choix). - Redirect URL :
⚠️ http://localhost:3000/callback(Il est impératif de mettre exactement cette adresse pour que la connexion fonctionne).
- Name :
- Validez la création.
- Copiez le Client ID et le Client Secret affichés à l'écran.
Cliquez sur l'icône de l'extension Kick Control et renseignez :
- Client ID : Celui que vous venez de créer.
- Client Secret : Le code secret associé.
- Kick User ID : Votre identifiant numérique (User ID).
- Téléchargez la dernière version (
.zip) depuis l'onglet Releases. - Décompressez le dossier dans le répertoire
extensionsde Deckboard :- Windows :
C:\Users\VotreNom\deckboard\extensions\
- Windows :
- Ouvrez un terminal dans ce dossier et installez les dépendances :
npm install
- Développé par KastOneR.
- Merci à @rivafarabi pour la création de Deckboard.