Setting up Spotify developer app

spotify usage
Spotipy auth flow
  1. Refer to fomo-cli repository for prerequisites and installation.

  2. Log in to your Spotify account.

  3. Go to /dashboard/applications.

  4. Create an app.

  5. 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.

  6. You should be all set up to run the Spotify integration.