A Spotipy-compatible wrapper using SpotAPI
Project description
SpotipyFree
A lightweight drop-in replacement for Spotipy without using the spotify api. This project was build because spotify removed acess to its API for non-premium users. This project doesn't use ANY Spotify APIs.
Features
-
Drop-in style response compatible with
spotipy -
No Spotify account required
-
Returns playback data structured like the official Spotify API
Current Status
This project is experimental.
Currently implemented:
track()playlist()playlist_items()artist()artist_albums()album()album_tracks()
Installation
Bash
pip install spotipyFree
Usage
from SpotipyFree import Spotify
sp = Spotify()
playlist = sp.playlist_items("6lnfkAgnVtNzvj8KScLSkj")
track = sp.track("67Hna13dNDkZvBpTXRIaOJ")
album = sp.album("4m2880jivSbbyEGAKfITCa")
albumTracks = sp.album_tracks("4m2880jivSbbyEGAKfITCa")
This project is in no way affiliated with Spotify and may break if Spotify changes their website.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spotipyfree-1.0.9.tar.gz.
File metadata
- Download URL: spotipyfree-1.0.9.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
003acb1ead67623fece35ec0ed3970b72df2344b1a0efa13167c76c1e303338d
|
|
| MD5 |
8ac2f7fa98cd7e0654f1414a06f8d172
|
|
| BLAKE2b-256 |
46600db893f3212b154c285244762e7ee8ac61c4997febb9eca9fc52a8b15b32
|
File details
Details for the file spotipyfree-1.0.9-py3-none-any.whl.
File metadata
- Download URL: spotipyfree-1.0.9-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42005a547aa4c59feb307a59337363489d1ab5094fffd2998bbf799a81944083
|
|
| MD5 |
be130e0b677967a787940ccdd576cc06
|
|
| BLAKE2b-256 |
d54474f2dcb8d092a3b6db25fb16aadccf7e967ddf04e5fe1a292926c6c5e2a8
|