mirror of
https://github.com/morch1/spotify-utils.git
synced 2026-04-25 15:25:55 +03:00
a collection of scripts that do stuff with the Spotify API
| app | ||
| .gitignore | ||
| config.hjson.example | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| LICENSE | ||
| README.md | ||
spotify-utils
tools for automatic management of spotify library
how to run
-
create
config.hjsonaccording to provided example -
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 -
start the tool
docker-compose up -d