/kick-waiting-list

A viewers waiting list for kick

Primary LanguageTypeScriptMIT LicenseMIT

preview

Replaced by https://willowstream.fr, this project is no longer maintained.

Kick waiting list is an application that allow viewers to join a waiting list to play with the streamer. This application was originally created for the streamer Ory_Gami, If you like this application follow her.

preview

preview

Features

  • translation (fr, en)
  • allow viewers to join and leave the waiting list with commands designed by the streamer
  • can limit joining to Botrix only (for example, you can limit joining to your subs only)
  • moderator chat commands
  • OBS plugin
  • random draw for giveaways

How to use

On the first use, you can see the parameters page, in this page you should enter your Kick username and click on the 'get chat ID' button, if the username exists the field Chat ID field will be filled automatically. Change the subscribe/unsubscribe fields as you wish. Note: If you want to use 'only Botrix can subscribe', the message will say by Botrix need to provide the username.

Example : Your ticket has been purchased @username

use $(sender) to indicate the name of the user who entered the command.

Download

You can found the latest version in the release page. Application available on Windows and Linux.

Issue

If you have any issue with the application, open a new issue if nobody opened before.

Development

Install

Clone the repo and install dependencies:

npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package