Your basket is currently empty!
LiveStreamNotes Userguide
🎥 How to Create a YouTube API Token for the App
This guide will help you create the necessary token to allow the app to interact with your YouTube channel.
Why is this necessary? So the app can: See if your stream is live and get the current time running, add notes tou your running stream’s description.
🔧 Step 1: Go to the Google Cloud Console
- Open https://console.cloud.google.com
- Sign in with the Google account that owns your YouTube channel.
🏗 Step 2: Create or Select a Project
- Click the project dropdown in the top bar.
- Click “New Project”, or select an existing one.
- Give it a name like
YouTube Stream App
and click Create.
🎯 Step 3: Enable the YouTube Data API
- In the left sidebar, go to “APIs & Services” > “Library”.
- Search for “YouTube Data API v3”.
- Click on it, then click “Enable”.
🔑 Step 4: Set Up OAuth 2.0 Consent Screen
- In the left sidebar, click “OAuth consent screen”.
- Choose “External” and click Create.
- Fill out the following:
- App name: e.g.
My YouTube Stream App
- User support email
- Developer contact email
- App name: e.g.
- Click Save and Continue (no need to add scopes yet).
- Add yourself as a test user (your Gmail).
- Click Save and Continue until done.
🔐 Step 5: Create OAuth 2.0 Credentials
- Go to “Credentials” in the left menu.
- Click “Create Credentials” > “OAuth client ID”.
- Choose:
- Application type: Desktop app
- Name: e.g.
YouTube Desktop Token
- Click Create.
➡️ You’ll now receive a Client ID and Client Secret.
📥 Click Download JSON to save your credentials — you’ll need this file in the next step.
🔐 Step 6: Drag and drop the token file to the app
- In the app, go to settings and drop the .json file to the reddish pane!