Service - BloodLetters/Dovast-Controller GitHub Wiki

🔧 Service Configuration

This page explains how to getting token in config.json


📦 Saweria

How to getting stream_key from saweria

1. Open the dashboard saweria
2. Click on "Overlay" menu
3. Scroll down until you find a link like this
   - https://saweria.co/widgets/alert?streamKey=COPY_THIS
4. Paste into config.json
5. Done

📦 Trakteer

How to getting trakteer channel and test_channel

1. Open Trakteer dashboard
2. Click "Stream Overlay" in side bar
3. Then scroll down until you see "widget url"
4. Click on "Open URL"
5. Right click and inspect element
   - Firefox: Inspect element -> Network -> WS -> Click on "socket.trakteer.id" -> Response 
6. Open one by one text in list until you found channel and test_channel like this
   - channel: "creator-stream.blablablabl.trstream-BlaBlaBlaBlaBlaBlaBla"
   - channel: "creator-stream-test.blablablabl.trstream-BlaBlaBlaBlaBlaBlaBla"
7. Copy and paste into config.json
8. Done

Firefox image


📦 Streamlabs

How to getting socket_token

1. Open streamlabs dashboard
2. Finding Api-Settings
3. open this "link https://streamlabs.com/dashboard#/settings/api-settings"
4. then click "Api Token" 
5. Copy your "Socket token api"
6. Paste into config.json
7. Done

Need more information or examples? Feel free to suggest updates! ⚡