This program monitors frontpage submissions for specific subreddits on reddit.com and updates a spotify playlist accordingly.
Build using Visual Studio (2015) or xbuild (mono)
All settings that can be configured are found in Settings.fs
To use this program you need an auth token to authenticate the requests to the spotify web api. This token needs to be hardcoded into Settings.fs
The simplest way to create such a token is to run the Authentication example in the FSpotify library and paste the output into Settings.fs (note that this program already depends on FSpotify).