Skip to content

Setup Spotify & Reddit API Access

In this guide you will learn how to setup authorization to the Spotify and Reddit APIs in order to use the following features:

How it's done

  1. Setup access to the Spotify API by following their official documentation
  2. Setup access to the Reddit API (only needed if Creating Spotify Playlists From Reddit Submissions) -- take a look at reddit.com/wiki/api or follow PRAW's Quick Start guide
  3. Populate the following list of config options:
    • REDDIT_CLIENT_ID
    • REDDIT_CLIENT_SECRET
    • REDDIT_USER_AGENT
    • SPOTIFY_CLIENT_ID
    • SPOTIFY_CLIENT_SECRET
    • SPOTIFY_REDIRECT_URI
    • SPOTIFY_USERNAME