A package to get the track id's/names of your songs
Project description
Track Retriever
Built to make it easier for people to work with the tracks in their Spotify playlists
Prerequisites
I assume that you have already made a Spotify project, if not you can do that here
You'll need your: username, client_id, client_secret, redirect_uri and userId
Installing
pip install trackRetriever
Functions
I made getPlaylistIds and get_playlist_tracks as helpers for getTracks but you are more than welcome to use them
getTracks(username, client_id, client_secret,redirect_uri,getNames = False)
All the parameters should be input as string except getNames
When getNames is set to True getTracks will return a list of the names of the tracks in your playlists
When getNames is set to False getTracks will return a list of the track id's of the tracks in your playlists
getPlaylistIds(playlists)
This will get the playlist id's of your playlists
playlists = sp.user_playlists(userId) *userId is not your username*
get_playlist_tracks(userId, playlist_id,sp)
sp is the spotify object created by spotipy.Spotify(auth=token)
playlist_id is the id of the playlist you want to retrieve the tracks for
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
trackRetriever-1.0.0.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for trackRetriever-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bf4d40fe8bab79fe4371366e70957d280ea2084407fd360f124c8c64c294e5e |
|
MD5 | 61edfb4b37e12440f157903e8626822b |
|
BLAKE2b-256 | 633c7e3a6d98090086fc472147a09819381a4d7b51fecaacef8624f9e086084d |