Spotify integration

This commit is contained in:
2025-06-03 14:31:38 -06:00
parent 9491ef1c40
commit 7e2a8e3bf7
9 changed files with 513 additions and 37 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
SPOTIFY_CLIENT_ID=your_client_id_here
SPOTIFY_CLIENT_SECRET=your_client_secret_here
SPOTIFY_ACCESS_TOKEN=BQA...
SPOTIFY_REFRESH_TOKEN=AQA...