Added a top 100 song playlist maker

This commit is contained in:
Muhammad Ibrahim 2024-11-24 06:13:30 +05:30
parent 2241885c16
commit ad06687f63

View File

@ -18,7 +18,7 @@ sp = spotipy.Spotify(
auth_manager=SpotifyOAuth( auth_manager=SpotifyOAuth(
scope="playlist-modify-private", scope="playlist-modify-private",
redirect_uri="http://example.com", redirect_uri="http://example.com",
client_id="as2902308904239df", client_id=YOUR-CLIENT-ID,
client_secret=YOUR-CLIENT-SECRET, client_secret=YOUR-CLIENT-SECRET,
show_dialog=True, show_dialog=True,
cache_path="token.txt" cache_path="token.txt"