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