Merge pull request #107 from jaredrossberg/docker

Add Docker usage to README
This commit is contained in:
Footsiefat 2021-10-25 10:26:09 +13:00 committed by GitHub
commit 898e20dc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -16,4 +16,4 @@ COPY --from=builder /install /usr/local
COPY src /app COPY src /app
COPY zs_config.json / COPY zs_config.json /
WORKDIR /app WORKDIR /app
ENTRYPOINT ["/usr/local/bin/python", "app.py"] ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]

View File

@ -50,6 +50,13 @@ Options that can be configured in zs_config.json:
ANTI_BAN_WAIT_TIME Change this setting if the time waited between bulk downloads is too high or low ANTI_BAN_WAIT_TIME Change this setting if the time waited between bulk downloads is too high or low
OVERRIDE_AUTO_WAIT Change this to true if you want to completely disable the wait between songs for faster downloads with the risk of instability OVERRIDE_AUTO_WAIT Change this to true if you want to completely disable the wait between songs for faster downloads with the risk of instability
``` ```
```
Docker usage:
docker build -t zspotify . Builds the docker image from the Dockerfile
docker run --name zspotify zspotify Creates and runs a container from the image
```
### Will my account get banned if I use this tool? ### Will my account get banned if I use this tool?
Currently no user has reported their account getting banned after using ZSpotify. Currently no user has reported their account getting banned after using ZSpotify.
This isn't to say _you_ won't get banned as it is technically against Spotify's TOS. This isn't to say _you_ won't get banned as it is technically against Spotify's TOS.