.env.exampleβ’528 B
# Spotify API Credentials
# Get these from: https://developer.spotify.com/dashboard
SPOTIFY_CLIENT_ID=your_client_id_here
SPOTIFY_CLIENT_SECRET=your_client_secret_here
SPOTIFY_REDIRECT_URI=http://127.0.0.1:8888/callback
SPOTIFY_CACHE_PATH=.spotify_cache
# Audio Features API Keys (Optional)
# GetSongBPM: Free API for track tempo, key, danceability, acousticness
# Get your key at: https://getsongbpm.com/api
# Note: System works without this key, but coverage is better with it
GETSONGBPM_API_KEY=your_getsongbpm_api_key_here