Automatically saves tracks from your Spotify Discover Weekly playlist into a permanent playlist, so you never lose them when it resets each Monday.
- Java 26
- A Spotify Developer app with the following redirect URI:
http://127.0.0.1:8080/login/oauth2/code/spotify
- Clone the repo
- Copy
.env.exampleto.envand fill in your Spotify credentials - Add the env vars to your run configuration (see
.env.example)
./mvnw spring-boot:runThen visit http://127.0.0.1:8080.