Skip to content

Simple tool to replace "deprecated" (not available) albums/tracks with available ones

Notifications You must be signed in to change notification settings

ofirgall/SpotifyFixDeprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Fix Deprecated (Relink liked songs)

Simple tool to replace "deprecated" (not available) albums/tracks with available ones

Installation

pip install -r pip_requirements.txt

Usage

Create an app in https://developer.spotify.com/dashboard/applications
You can use any valid url for the redirect uri: http://example.com/callback
Create secrets.json file

{
	"spotify-api-clientid": "",
	"spotify-api-secret": "",
	"spotify-api-redirect_uri": ""
}

Run main.py COUNTRY_CODE

About

Simple tool to replace "deprecated" (not available) albums/tracks with available ones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages