If you want to use the "Youtube Search" in JukeBox (Jukebox After Innovation), you need to get your own API Key and do the following steps:
-
Get an API key from Google Cloud Console:
- Go to Google Cloud Console
- Create a new project
- Enable YouTube Data API v3
- Create credentials (API key)
-
Create a .env file in the same directory as jukebox.py
-
Add your YouTube API key: YOUTUBE_API_KEY=your_api_key_here