Tore Pedersen
I am a music hoarding nerd. SoundCloud is one of my favorite music services, as it is a nesting ground for aspiring musicians and hobbyists. Two reasons why it's dope: 1) You can enable downloads of your masters and 2) interact with other musician, as it doubles as a social media.
SoundCloudTrackWebScraper
As you download the masters (often with minimal metadata, because they're straight outta the DAW), you'll need the track information to go along with it. This script creates a .txt file with the artist, song title, release date, url, genre, tags, description and most recent comments. Ready to archive in explorer with the audio file!
Made with the 'Beautiful Soup' package.
Find it here: github.com/Scavengah/SoundCloudTrackWebScraper
SoundCloudTrackCommentWebScraper
The script above has some limitations, when it comes to the comment section. It doesn't fetch sub-comments and since the comment section is dynamically updated with JavaScript - it only gets the first few. This Python script prints all comments from a Soundcloud Track to a .csv file.
Made with the 'Selenium' package.
Find it here: github.com/Scavengah/SoundCloudTrackCommentWebScraper
exploring, creating and hope some sticks.