Added a top 100 song playlist maker
This commit is contained in:
parent
2241885c16
commit
ad06687f63
@ -18,7 +18,7 @@ sp = spotipy.Spotify(
|
||||
auth_manager=SpotifyOAuth(
|
||||
scope="playlist-modify-private",
|
||||
redirect_uri="http://example.com",
|
||||
client_id="as2902308904239df",
|
||||
client_id=YOUR-CLIENT-ID,
|
||||
client_secret=YOUR-CLIENT-SECRET,
|
||||
show_dialog=True,
|
||||
cache_path="token.txt"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user