- On the first run, the application will create a
Settings/Kick.jsonfile. - Retrieve your Chatroom ID, using an In-private/Incognito browser, from the following URL: https://kick.com/api/v2/channels/YOUR_USER_NAME/chatroom
- Add the
PusherKeyandPusherClustersettings provided to you inSettings/Kick.json. If you don't have these, you may need to sign up for a developer account or ask LauraRozier/Yewnyx to provide them. - Add the numbers behind
idin your browser to theSettings/Kick.jsonfile'sChatroomIdsetting. - On the second run, the application will automatically connect to Kick's event API and start receiving events.
{
"Kick": {
"PusherKey": "your-pusher-key",
"PusherCluster": "your-pusher-cluster",
"ChatroomId": "your-chatroom-id"
}
}