Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny-Nottonson authored Nov 12, 2022
1 parent 821973e commit 642cc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from spotipy.oauth2 import SpotifyOAuth

# The Below Code is for the Spotify API, you will need to create a Spotify Developer Account and create an app to get the Client ID and Client Secret
sp = spotipy.Spotify(auth_manager=SpotifyOAuth(client_id="37c0cd0d045d4728995a345cd3de949a",
client_secret="039f36800bc44b198f56509a78e6b7fc",
sp = spotipy.Spotify(auth_manager=SpotifyOAuth(client_id="",
client_secret="",
redirect_uri="http://example.com",
scope="user-library-modify playlist-modify-public ugc-image-upload playlist-modify-private user-library-read"))
user_id = sp.current_user()['id']
Expand Down

0 comments on commit 642cc15

Please sign in to comment.