Skip to content

kirqe/soundcloud-likes-to-csv-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Ruby script that allows to export soundcloud likes to csv or download liked tracks as mp3

Instructions

Install the following gems

gem install soundcloud
gem install whirly # shows progress in terminal

Run the script with one of the following commands:

# both csv and download likes as mp3
ruby soundcloud_likes_export.rb username

# only save likes to csv
ruby soundcloud_likes_export.rb username -csv

# only download all likes as mp3
ruby soundcloud_likes_export.rb username -dl

Files will be saved to the folder from which the script was started.

If CLIENT_ID key stops working, just replace it with a different one.

Some of the tracks might be missing probably due to some privacy setting of the user who uploaded them or api key restrictions. I noticed that some api keys allow access to certain songs and others return nil or empty data.

About

Ruby script for exporting soundcloud likes list to csv or batch downloading likes as mp3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages