Setting up Spotify developer app
Spotipy auth flow
-
Refer to fomo-cli repository for prerequisites and installation.
-
Log in to your Spotify account.
-
Go to /dashboard/applications.
-
Create an app.
-
Copy the following values into the .env file you've created:
client_id: Located on /dashboard/applications/app_id.
client_secret: Located on /dashboard/applications/app_id.
redirect_uri: Redirect URI can be edited by clicking on
Edit Settings
. -
You should be all set up to run the Spotify integration.