-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Adrian Zaręba edited this page Jan 18, 2025
·
3 revisions
Clone repository
Clone over HTTPS
or download zip file with code
ZIP File
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)
YouTube for Developers
Spotify for Developers
- Google API Client version 2.159.0,
- Spotipy version 2.25.0,
- python-dotenv version 1.0.0,
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'