Merge pull request #66 from reduxionist/chore/add-lint-request-to-readme-and-lint-code

Lints the code and requests that contributors do the same.
This commit is contained in:
Logykk
2021-10-23 21:41:35 +13:00
committed by GitHub
2 changed files with 116 additions and 127 deletions

View File

@@ -52,9 +52,12 @@ Options that can be configured in zs_config.json:
```
### Will my account get banned if I use this tool?
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 againt Spotify's TOS.
This isn't to say _you_ won't get banned as it is technically against Spotify's TOS.
**Use ZSpotify at your own risk**, the developers of ZSpotify are not responsible if your account gets banned.
### Contributing
Please be sure to lint your code with pylint before issuing a pull-request, thanks!
## **Changelog:**
**v2.1 (23 Oct 2021):**
- Moved configuration from hard-coded values to separate zs_config.json file.