I created a scraper that compiles Spotify playlists for the most popular music subreddits, using the top weekly track submissions (basically any links to Spotify, Soundcloud or Youtube using $ARTIST - $TRACK in the title). The Spotify API is then used to search for the track and if found, adding it to a playlist. This runs once weekly and updates the same playlists, so if you're following one it won't be removed.<p>Github link to the scraper: <a href="https://github.com/jameslawlor/reddit2spotifybot" rel="nofollow">https://github.com/jameslawlor/reddit2spotifybot</a><p>Happy to hear any comments and feedback!