Librespot-python Alternatives

Similar projects and alternatives to librespot-python

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better librespot-python alternative or higher similarity.

librespot-python reviews and mentions

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
  • A note from our sponsor - SaaSHub
    www.saashub.com | 25 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic librespot-python repo stats
4
205
7.5
5 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com