Skip to content

calebj/soundcloud-page-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoundCloud Page Downloader

Download a SoundCloud user's music. All of it. Also takes care of ID3 tagging the files for you.

Installation:

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Usage Examples:

  • python soundcloud-downloader.py will prompt you to enter an artist name to download from.

  • python soundcloud-downloader.py -u diplo will download all of Diplo's music into <current directory>/soundcloud-downloads/diplo/.

  • python soundcloud-downloader.py -u chainsawpolice will download all of Chainsaw Police's music into <current directory>/soundcloud-downloads/chainsawpolice/.

About

Download a SoundCloud user's music. All of it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%