zspotify VS librespot-python

Compare zspotify vs librespot-python and see what are their differences.

zspotify

A Spotify downloader needing only a python interpreter and ffmpeg. (by Footsiefat)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
zspotify librespot-python
24 4
2,432 205
- -
9.6 7.5
over 2 years ago 4 days ago
Python Python
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zspotify

Posts with mentions or reviews of zspotify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.

librespot-python

Posts with mentions or reviews of librespot-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-02.
  • Looking for a good way to download MP3 directly from Spotify.
    5 projects | /r/Piracy | 2 May 2023
    You are incorrect. Zotify uses librespot-python under the hood.
  • Possible to listen to Crime Show outside of Spotify?
    3 projects | /r/gimlet | 20 Nov 2021
    andrewcybulska@Andrews-MacBook-Pro zspotify-main % pip install -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt Collecting git+https://github.com/kokarare1212/librespot-python (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) Cloning https://github.com/kokarare1212/librespot-python to /private/var/folders/0s/_f00834n4g747h0rnn0jgpwc0000gn/T/pip-req-build-229toef5 Running command git clone -q https://github.com/kokarare1212/librespot-python /private/var/folders/0s/_f00834n4g747h0rnn0jgpwc0000gn/T/pip-req-build-229toef5 Resolved https://github.com/kokarare1212/librespot-python to commit bd71ecde46d6c77f0653cb23d1174b0a6ac7540f Preparing metadata (setup.py) ... done Requirement already satisfied: ffmpy in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 1)) (0.3.0) Requirement already satisfied: music_tag in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 3)) (0.4.3) Requirement already satisfied: Pillow in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 4)) (8.4.0) Requirement already satisfied: protobuf in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 5)) (3.19.1) Requirement already satisfied: pydub in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 6)) (0.25.1) Requirement already satisfied: tabulate in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 7)) (0.8.9) Requirement already satisfied: tqdm in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 8)) (4.62.3) Requirement already satisfied: defusedxml in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.7.1) Requirement already satisfied: pycryptodomex in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (3.11.0) Requirement already satisfied: pyogg in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.6.14a1) Requirement already satisfied: requests in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (2.26.0) Requirement already satisfied: websocket-client in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (1.2.1) Requirement already satisfied: zeroconf in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.37.0) Requirement already satisfied: mutagen in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from music_tag->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 3)) (1.45.1) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (1.26.7) Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (2021.10.8) Requirement already satisfied: charset-normalizer~=2.0.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (2.0.7) Requirement already satisfied: idna<4,>=2.5 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (3.3) Requirement already satisfied: ifaddr>=0.1.7 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from zeroconf->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.1.7)
  • Thanks for all the support- my Spotify music and podcast downloader hit #2 on GitHub trending today! 🥳
    3 projects | /r/Piracy | 23 Oct 2021
    python -m pip install music_tag pydub Pillow tqdm git+https://github.com/kokarare1212/librespot-python
  • New release: Spotify downloader filled with features that does not need to inject into the spotify client
    2 projects | /r/Piracy | 17 Oct 2021
    sudo apt install ffmpeg (For windows download the binarys and place it in %PATH%) pip install requests pip install music_tag pip install pydub pip install git+https://github.com/kokarare1212/librespot-python

What are some alternatives?

When comparing zspotify and librespot-python you can also consider the following projects:

spotify-downloader - Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).

raspotify - A Spotify Connect client that mostly Just Worksâ„¢

spotifykeydumper

figaro - Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵

uYouPlus - uYou+ is a modified version of uYou (made by @MiRO92) with additional features and mainly made for non jailbroken users!

Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

BlackHole - A Music Player App made with Flutter

zspotify

Spotifarr - Spotifarr

python-feedgen - Python module to generate ATOM feeds, RSS feeds and Podcasts.

FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git

server - The Heart of YouCube