SpotifyUtils is a very useful library made over Spotipy to automate some rather tiring tasks.
Project description
SpotifyUtil
SpotifyUtils is a very useful library made over Spotipy to automate some rather tiring tasks.
Features
- Add songs to a playlist/album (creates one if name is provided instead of playlist url)
- Add songs to a playlist/album from a text file if it has the tracks' name and artist ("Name - Artist" format) in a newline separated way.
- Removes duplicates while adding songs if the flag is set to true.
- Creates a playlist out of your liked songs
- Create a playlist out of all the unavailable songs present in your playlist. Can also avoid unavailable songs while creating a new playlist.
Usage
from SpotifyUtil import SpotifyUtil
os.environ["SPOTIPY_CLIENT_ID"] = "Your Spotify Client ID"
os.environ["SPOTIPY_CLIENT_SECRET"] = "Your Spotify Client Secret"
os.environ["SPOTIPY_REDIRECT_URI"] = "Your Spotify Redirect URI"
sp = SpotifyUtil()
sp.add_liked_songs_to_playlist(name="Test Liked songs", limit=20)
or
from SpotifyUtil import SpotifyUtil
sp = SpotifyUtil(
spotify_client_id="Your Spotify Client ID",
spotify_client_secret="Your Spotify Client Secret",
spotify_redirect_uri="Your Spotify Redirect URI"
)
sp.add_liked_songs_to_playlist(name="Test Liked songs", limit=20)
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
SpotifyUtil-0.0.1.tar.gz
(17.1 kB
view details)
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 SpotifyUtil-0.0.1.tar.gz.
File metadata
- Download URL: SpotifyUtil-0.0.1.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1ba6c642e0a52c4dbb3fa5ab8fda18fa96862f47c7691ec4d058528de416ff2
|
|
| MD5 |
6c475afdcdff7c4504637d8c502c2050
|
|
| BLAKE2b-256 |
b2bcb170ec7f3f7b0a673faea114b2e290e23e43e63579c9a5ad1f0a81c65c23
|
File details
Details for the file SpotifyUtil-0.0.1-py3-none-any.whl.
File metadata
- Download URL: SpotifyUtil-0.0.1-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
153d5caa827251e80378a45ba994e272f563551a27afdb4a1cd797b21eccca1e
|
|
| MD5 |
1345fc6e3d58f56c568a84f03863c63a
|
|
| BLAKE2b-256 |
be7863e165f34854bb01e4b8c85ee7f3730c3a8ed0e0e055b663e5156f3c1449
|