2 comments

[ 3.4 ms ] story [ 17.4 ms ] thread
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.

Github link to the scraper: https://github.com/jameslawlor/reddit2spotifybot

Happy to hear any comments and feedback!