2021-10-13 09:21:03 +02:00
|
|
|
# zspotify
|
|
|
|
Spotify song downloader without injecting into the windows client
|
2021-10-13 09:30:07 +02:00
|
|
|
![image](https://user-images.githubusercontent.com/12180913/137086248-371a3d81-75b3-4d75-a90c-966549c45745.png)
|
2021-10-18 07:51:25 +02:00
|
|
|
|
2021-10-13 09:30:07 +02:00
|
|
|
```
|
2021-10-18 07:51:25 +02:00
|
|
|
Requirements:
|
2021-10-18 07:50:10 +02:00
|
|
|
|
|
|
|
Binaries
|
|
|
|
|
2021-10-18 07:51:25 +02:00
|
|
|
- Python 3.8 or greater
|
|
|
|
- ffmpeg*
|
2021-10-13 09:30:07 +02:00
|
|
|
|
2021-10-18 07:50:10 +02:00
|
|
|
Python packages:
|
|
|
|
|
|
|
|
Install these with pip install *package name*
|
|
|
|
|
2021-10-18 07:51:25 +02:00
|
|
|
- websocket-client
|
|
|
|
- requests
|
|
|
|
- music_tag
|
|
|
|
- pydub
|
|
|
|
- git+https://github.com/kokarare1212/librespot-python
|
|
|
|
|
2021-10-18 07:52:36 +02:00
|
|
|
ffmpeg can be installed via apt for Debian-based distros or by downloading the
|
|
|
|
binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows.
|
2021-10-18 07:51:25 +02:00
|
|
|
```
|
2021-10-13 09:30:07 +02:00
|
|
|
|
|
|
|
- Use "-p" or "--playlist" to download a saved playlist from our account
|
|
|
|
- Supply the URL or ID of a Track/Album/Playlist as an argument to download it
|
|
|
|
- Don't supply any arguments and it will give you a search input field to find and download a specific Track/Album/Playlist via the query.
|