Receive YouTube Credentials
Manao uses the YouTube Data API v3 to read live chat, which requires OAuth 2.0 credentials from Google Cloud Console.
Create a Google Cloud Project
Section titled “Create a Google Cloud Project”- Go to console.cloud.google.com
- Click Select a project → New Project
- Name it anything, then click Create
Enable YouTube Data API v3
Section titled “Enable YouTube Data API v3”- Go to APIs & Services → Library
- Search for YouTube Data API v3
- Click Enable
Create OAuth 2.0 Credentials
Section titled “Create OAuth 2.0 Credentials”- Go to APIs & Services → Credentials
- Click + Create Credentials → OAuth client ID
- If prompted, configure the OAuth consent screen first:
- Select External
- Fill in the app name and your email
- Click Save and Continue through all steps
- Back at creating credentials, select Application type: Desktop app
- Name it anything, click Create
- Copy the Client ID and Client Secret
Add a Test User
Section titled “Add a Test User”Since the app isn’t Google-verified, add yourself as a test user:
- Go to APIs & Services → OAuth consent screen
- Scroll to Test users
- Click + Add users
- Add the email of the Google account linked to your YouTube channel
- Click Save
Setup Wizard
Section titled “Setup Wizard”Enter the Client ID and Client Secret in the YouTube page of the Setup Wizard and click Authorize YouTube Account. A Google login window will open automatically — no redirect URI setup needed.