Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 437 Bytes

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:

  1. 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)
  2. Create a .env file in the same directory as jukebox.py

  3. Add your YouTube API key: YOUTUBE_API_KEY=your_api_key_here