Skip to content

Algorithm to create a new, clean version of a Spotify playlist by replacing all explicit songs with their clean versions, if available

Notifications You must be signed in to change notification settings

diondrapeck/spotify-scrubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

spotify-scrubber

Algorithm to create a new, clean version of a Spotify playlist by replacing all explicit songs with their clean versions, if available.

To create a new clean version of an existing Spotify playlist, update the environment variables in scrubber.py with your own Spotify Developer credentials

os.environ["SPOTIPY_CLIENT_ID"] = "client id"
os.environ["SPOTIPY_CLIENT_SECRET"] = "client secret"
os.environ["SPOTIPY_REDIRECT_URI"] = "redirect url"

then run

python scrubber.py -n <playlist-name>

About

Algorithm to create a new, clean version of a Spotify playlist by replacing all explicit songs with their clean versions, if available

Topics

Resources

Stars

Watchers

Forks

Languages