FastAPI application to synchronize 2 different Spotify accounts and copy their liked and recently played tracks and playlists.
$ python3 -m venv spotify
$ source spotify/bin/activate
$ pip install -r requirements.txt
$ export PYTHON_ENV=development
$ uvicorn src.main:app --reload
$ docker build -t stivenramireza/spotify-sync:latest .
$ docker push stivenramireza/spotify-sync:latest
$ docker-compose up -d
$ docker build -t stivenramireza/spotify-sync:latest .
$ docker push stivenramireza/spotify-sync:latest
$ docker stack deploy -c stack.yml spotify --with-registry-auth