a collection of scripts that do stuff with the Spotify API
Find a file
2022-02-04 17:37:02 +01:00
app fix search 2022-02-04 17:37:02 +01:00
.gitignore store data in volume 2022-01-26 21:33:38 +01:00
config.hjson.example oops 2022-01-25 02:19:15 +01:00
docker-compose.dev.yml docker 2022-01-25 01:56:25 +01:00
docker-compose.yml store data in volume 2022-01-26 21:33:38 +01:00
LICENSE Initial commit 2020-09-05 17:50:20 +02:00
README.md docker 2022-01-25 01:56:25 +01:00

spotify-utils

tools for automatic management of spotify library

how to run

  1. create config.hjson according to provided example

  2. run the command below to authenticate with spotify (the token is then cached so you only need to do this once)

    docker-compose run --rm spotify_utils python auth.py
    
  3. start the tool

    docker-compose up -d