Raincloud
SoundCloud backup, download your SoundCloud playlists, liked songs, etc
Install / Use
/learn @vinniejames/RaincloudREADME
RainCloud
SoundCloud backup, download your SoundCloud playlists, liked songs, etc
Step 1: Scroll all the way down to the end of your user page, eg https://soundcloud.com/vinnie_dplm
Step 2: Copy and paste the code below into your console
(function(){
var nodes = document.getElementsByClassName('soundTitle__title');
var rainCloud = [];
Array.prototype.forEach.call(nodes, function(el) {
rainCloud.push(el.href);
});
copy(rainCloud);
console.log(rainCloud, 'xx');
})();
Step 3: Your playlist is now in your clipboard, copy it into playlist.py, eg
songs = [paste here]
Alternately, you may add a comma separated list of username urls, which will download the entirety of each users tracks, eg
songs = ["https://soundcloud.com/vinnie_dplm", "https://soundcloud.com/dante-gbrl", "https://soundcloud.com/julychilduk"]
Step 4: Install youtube-dl (brew install youtube-dl), and ffmpeg (brew install ffmpeg)
Step 5: Open up Terminal, navigate to this repo, run python raincloud.py
Step 6: Enjoy your music FOREVER :D
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
