Skip to content

Getting Started

Adrian Zaręba edited this page Jan 18, 2025 · 3 revisions

Contents

  1. Getting Program
  2. Obtaining API Keys
  3. Dependencies
  4. Configuration

Getting the Program

Clone repository
Clone over HTTPS
or download zip file with code
ZIP File

Obtaining API Keys

Before using this application, one must obtain some developer API keys.

  • Developer Key to YouTube API
  • Spotify Client ID (optional, only if exporting to Spotify is desired)
  • Spotify Client Secret ID (optional, only if exporting to Spotify is desired)
  • Spotify Redirect URL (optional, only if exporting to Spotify is desired)

Developer keys can be obtained here:

YouTube for Developers
Spotify for Developers

Dependencies

Configuration

Your .env file should be located in the same place as .env_template.
How .env file should look like:

KEY="Your Developer Key to YouTube API"
SPOTIFY_CLIENT_ID = 'Your Spotify Client ID'
SPOTIFY_CLIENT_SECRET = 'Your Spotify Client Secret ID'
SPOTIFY_REDIRECT_URI = 'Your Spotify Redirect URL'

Clone this wiki locally