Skip to main content

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


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.0.3.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SpotifyUtil-0.0.0.3-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file SpotifyUtil-0.0.0.3.tar.gz.

File metadata

  • Download URL: SpotifyUtil-0.0.0.3.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for SpotifyUtil-0.0.0.3.tar.gz
Algorithm Hash digest
SHA256 7095f7ace0204fc88b8cebd63cdce5058164d6f7016cbd26c3f65ea72b14eaf9
MD5 6c04361e3fe9a03f3abcaa2ffbcd325a
BLAKE2b-256 480e70c44467526168ddd45951d019e2de68f85a0fe6fcd340fc21ba3bed724f

See more details on using hashes here.

File details

Details for the file SpotifyUtil-0.0.0.3-py3-none-any.whl.

File metadata

  • Download URL: SpotifyUtil-0.0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 20.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for SpotifyUtil-0.0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a4cab23d3e11c9f155a269ab4623d288c8621fb467f1e3bd6a81cb27886bf31e
MD5 bbf3eaeb388c426af3dfe75e1e416cd3
BLAKE2b-256 ab0b1710b238d5c184a2eb3a59ec59401d669a53e46f92e9d7cf1d486cac7b0e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page