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:
- Checking for track overlap between the Beatcloud and Spotify playlists
- Creating Spotify playlists from Reddit submissions
- Creating Spotify playlists from other Beatcloud users' uploads
- Syncing tracks from a Spotify playlist
How it's done
- Setup access to the Spotify API by following their official documentation
- 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
- 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